Skip to content

Commit

Permalink
Remove errors, still disable fly.io, again
Browse files Browse the repository at this point in the history
  • Loading branch information
damccull committed Nov 23, 2023
1 parent 338de96 commit a5e13de
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/fly.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: Fly Deploy
on:
push:
#disable this workflow. To enable, remove this and uncomment the others.

workflow_run:
workflows:
- CI/CD Prechecks
#disable this workflow. To enable, remove this and uncomment the 'branches' section.
branches-ignore:
- '*'
# workflow_run:
# workflows:
# - CI/CD Prechecks
# branches:
# - main
# types:
# - completed
#branches:
# - main
types:
- completed
jobs:
deploy:
name: Deploy app
Expand Down

0 comments on commit a5e13de

Please sign in to comment.