Skip to content

Commit

Permalink
this should not run CI
Browse files Browse the repository at this point in the history
[skip deploy]
  • Loading branch information
meadowsys committed Nov 23, 2023
1 parent e2352bf commit 7db2f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
deploy:
name: deploy to fly.io
runs-on: ubuntu-22.04
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && !contains(github.event.head_commit.message, '[skip deploy]') }}

steps:
- name: checkout code
Expand Down

0 comments on commit 7db2f57

Please sign in to comment.