Skip to content

Commit

Permalink
Remove errors, still disable fly.io, again
Browse files Browse the repository at this point in the history
damccull committed Nov 23, 2023

Verified

This commit was signed with the committer’s verified signature.
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

0 comments on commit a5e13de

Please sign in to comment.