We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244e78e commit 77d6340Copy full SHA for 77d6340
1 file changed
.github/workflows/ort.yml
@@ -10,10 +10,13 @@ name: ort
10
pull_request:
11
branches:
12
- master
13
+env:
14
+ RUN_WORKFLOW: false
15
jobs:
16
ort:
17
timeout-minutes: 15
18
runs-on: ubuntu-24.04
19
+ if: ${{ vars.RUN_WORKFLOW == 'true' }}
20
steps:
21
- uses: actions/checkout@v6
22
# @todo #5102:30min Upgrade ORT once the SPDX crash is fixed upstream.
0 commit comments