Skip to content

Commit

Permalink
quick filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Jan 9, 2024
1 parent 856fce6 commit 410a955
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 @@ -39,7 +39,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.action == 'norlandrhagen' || github.action == '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 410a955

Please sign in to comment.