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 92a0d64 commit 05823e9Copy full SHA for 05823e9
.github/workflows/premerge.yaml
@@ -47,22 +47,8 @@ jobs:
47
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
48
with:
49
fetch-depth: 2
50
- - name: Debug
51
- run: |
52
- ls -ltr /usr/bin/sh
53
54
55
- git diff --name-only HEAD~1...HEAD
56
- python3 .ci/compute_projects.py
57
- - name: Interpreter
58
59
- ps -p $$ | awk '$1 != "PID" {print $(NF)}'
60
- - name: Debug2
61
62
- source <(git diff --name-only HEAD~1...HEAD | python3 .ci/compute_projects.py)
63
- name: Build and Test
64
run: |
65
- cat $0
66
git config --global --add safe.directory '*'
67
68
source <(git diff --name-only HEAD~1...HEAD | python3 .ci/compute_projects.py)
0 commit comments