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 96bddab commit a5c01caCopy full SHA for a5c01ca
.github/workflows/build.yml
@@ -125,7 +125,7 @@ jobs:
125
needs: job_get_metadata
126
runs-on: ubuntu-24.04
127
# Only run this on PRs against develop
128
- if: github.event_name == 'pull_request' && github.base_ref == 'refs/heads/develop'
+ if: github.event_name == 'pull_request' && github.base_ref == 'develop'
129
steps:
130
- name: Check out current commit
131
uses: actions/checkout@v5
0 commit comments