Skip to content

Commit f3d7584

Browse files
committed
rever to sha
Signed-off-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com>
1 parent ebb2653 commit f3d7584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apptainer-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
# Get diff array filtered by specific filetypes
3939
DIFF=$(git diff --diff-filter=d \
40-
--name-only main...sramakr1/apptainer_python \
40+
--name-only ${{ github.event.pull_request.base.sha }}...${{ github.event.pull_request.head.sha }} \
4141
-- '*.yaml' '*.yml' '*.def' | \
4242
jq -R '.' | jq -sc '.' \
4343
)

0 commit comments

Comments
 (0)