Skip to content

Commit 4faecff

Browse files
author
Colin Davidson
committed
Update workflow1.yml
1 parent 28d50e0 commit 4faecff

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/workflow1.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ jobs:
2828
echo "LLVM_VERSION=${{ inputs.llvm_version }}" >> $GITHUB_ENV"
2929
echo "UPDATE_CACHE=${{ inputs.update_cache }}" >> $GITHUB_ENV"
3030
31-
run-on-pull:
32-
if: ${{ github.event_name == 'pull_request' }}
33-
runs-on: ubuntu-latest
34-
steps:
35-
- name: Print the input tag to STDOUT
36-
run: |
37-
echo The llvm_version are ${{ inputs.llvm_version }}, update_cache is ${{ inputs.update_cache }}
38-
cat "$GITHUB_ENV"
39-
echo ${{ github.event }}
40-
echo "LLVM_VERSION=18" >> $env:GITHUB_ENV"
41-
echo "UPDATE_CACHE=false" >> $env:GITHUB_ENV"
31+
# run-on-pull:
32+
# if: ${{ github.event_name == 'pull_request' }}
33+
# runs-on: ubuntu-latest
34+
# steps:
35+
# - name: Print the input tag to STDOUT
36+
# run: |
37+
# echo The llvm_version are ${{ inputs.llvm_version }}, update_cache is ${{ inputs.update_cache }}
38+
# cat "$GITHUB_ENV"
39+
# echo ${{ github.event }}
40+
# echo "LLVM_VERSION=18" >> $env:GITHUB_ENV"
41+
# echo "UPDATE_CACHE=false" >> $env:GITHUB_ENV"
4242

4343
run-on-pull_2:
4444
name: Call other workflow
4545
if: ${{ github.event_name == 'pull_request' }}
46-
needs: run-on-pull
46+
# needs: run-on-pull
4747
uses: ./.github/workflows/workflow_callee.yml
4848
with:
4949
llvm_version: 18

0 commit comments

Comments
 (0)