Skip to content

Commit

Permalink
Move do_not_skip to build job
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Jul 28, 2022
1 parent 132169c commit 903618f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
with:
cancel_others: ${{ env.CANCEL_OTHERS }}
paths_ignore: ${{ env.PATHS_IGNORE }}
do_not_skip: '["push", "workflow_dispatch"]'

- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
name: Checkout Code Repository
Expand Down Expand Up @@ -58,6 +57,7 @@ jobs:
with:
cancel_others: ${{ env.CANCEL_OTHERS }}
paths_ignore: ${{ env.PATHS_IGNORE }}
do_not_skip: '["push", "workflow_dispatch"]'

- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
uses: actions/checkout@v2
Expand Down

0 comments on commit 903618f

Please sign in to comment.