We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e6b0d commit 8d75787Copy full SHA for 8d75787
‎.github/workflows/turso_branching.yaml‎
@@ -52,7 +52,7 @@ jobs:
52
name: Ensure the DB branch exists and is up to date
53
needs: setup
54
if: |
55
- github.event_name == 'pull_request' && (
+ github.event_name == 'pull_request_target' && (
56
github.event.action == 'synchronize'
57
|| github.event.action == 'opened'
58
|| github.event.action == 'reopened')
@@ -98,7 +98,7 @@ jobs:
98
name: Delete DB branch and migrate prod
99
100
101
- github.event_name == 'pull_request' &&
+ github.event_name == 'pull_request_target' &&
102
github.event.action == 'closed'
103
runs-on: ubuntu-latest
104
steps:
0 commit comments