Skip to content

Commit

Permalink
remove actor checks in favor of GH assigned permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Feb 1, 2024
1 parent 577009f commit be4b43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/job-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
repo_name=$(basename -s .git "${{ github.event.inputs.repo }}")
echo "result=$repo_name" >> $GITHUB_OUTPUT
run-job:
if: github.actor == 'ranchodeluxe' || github.actor == 'abarciauskas-bgse' || github.actor == 'norlandrhagen' || github.actor == 'sharkinsspatial'
#if: github.actor == 'ranchodeluxe' || github.actor == 'abarciauskas-bgse' || github.actor == 'norlandrhagen' || github.actor == 'sharkinsspatial'
name: kickoff job ${{ needs.name-job.outputs.repo_name }}@${{ github.event.inputs.ref }}
needs: name-job
outputs:
Expand Down

0 comments on commit be4b43b

Please sign in to comment.