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 6fe2008 commit 0a082cbCopy full SHA for 0a082cb
.github/workflows/premerge.yaml
@@ -48,6 +48,9 @@ jobs:
48
run: |
49
git diff --name-only HEAD~1...HEAD
50
python3 .ci/compute_projects.py
51
+ - name: Interpreter
52
+ run: |
53
+ ps -p $$ | awk '$1 != "PID" {print $(NF)}'
54
- name: Debug2
55
56
source <(git diff --name-only HEAD~1...HEAD | python3 .ci/compute_projects.py)
0 commit comments