File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments