Skip to content

Commit

Permalink
Disable deploy checks when a branch lands on master
Browse files Browse the repository at this point in the history
It fails because the comment script doesn't have in it the reference to
the open PR
  • Loading branch information
hellais committed Feb 13, 2024
1 parent a9d6924 commit 8d65853
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
# * https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
# * https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=synchronize#pull_request
on:
push:
branches:
- main
pull_request:
types:
- opened
Expand Down

0 comments on commit 8d65853

Please sign in to comment.