We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb2653 commit f3d7584Copy full SHA for f3d7584
.github/workflows/apptainer-ci.yaml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
# Get diff array filtered by specific filetypes
39
DIFF=$(git diff --diff-filter=d \
40
- --name-only main...sramakr1/apptainer_python \
+ --name-only ${{ github.event.pull_request.base.sha }}...${{ github.event.pull_request.head.sha }} \
41
-- '*.yaml' '*.yml' '*.def' | \
42
jq -R '.' | jq -sc '.' \
43
)
0 commit comments