Skip to content

Commit

Permalink
Skip unecessary build and deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Mar 19, 2023
1 parent 85412ee commit 6f8258b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
name: 'Build and Deploy'
runs-on: ubuntu-latest

needs: [skip_trivial]
if: ${{ needs.skip_trivial.outputs.should_skip == 'true' }}

steps:
# Git repo set up
- name: Checkout commit
Expand Down

0 comments on commit 6f8258b

Please sign in to comment.