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 10d2472 commit 2136c99Copy full SHA for 2136c99
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
waitForWorklows:
11
name: Wait for workflows
12
runs-on: ubuntu-latest
13
- if: github.event.workflow_run.head_branch == 'main'
+ if: github.event.workflow_run.head_branch == 'main' && github.repository == 'pyccel/pyccel'
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v4
0 commit comments