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 3e6a498 commit 5be3ab6Copy full SHA for 5be3ab6
.github/workflows/build.yml
@@ -279,9 +279,7 @@ jobs:
279
needs: [job_get_metadata, job_build]
280
timeout-minutes: 15
281
runs-on: ubuntu-24.04
282
- if:
283
- github.event_name == 'pull_request' || needs.job_get_metadata.outputs.is_develop == 'true' ||
284
- needs.job_get_metadata.outputs.is_release == 'true'
+ if: false
285
steps:
286
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
287
uses: actions/checkout@v4
0 commit comments