Skip to content

Commit d963196

Browse files
committed
add full file name
Signed-off-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com>
1 parent 12f1cb6 commit d963196

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/apptainer-ci.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Get diff array filtered by specific filetypes
3939
DIFF=$(git diff --diff-filter=d \
4040
--name-only ${{ github.event.pull_request.base.sha }}...${{ github.event.pull_request.head.sha }} \
41-
-- '*/*Dockerfile' '*.py' '*.yaml' '*.yml' '*.sh' '*/*requirements.txt' '*.json' '*/*/*.def' | \
41+
-- '*/*Dockerfile' '*.py' '*.yaml' '*.yml' '*.sh' '*/*requirements.txt' '*.json' '*/*/apptainer.def' | \
4242
jq -R '.' | jq -sc '.' \
4343
)
4444
# Search for compose files in each file to determine the container groups
@@ -57,8 +57,6 @@ jobs:
5757
# Convert the array to a JSON array
5858
DOCKER_COMPOSE_PATHS_JSON=$(printf '%s\n' "${DOCKER_COMPOSE_PATHS[@]}" | jq -R '.' | jq -sc 'unique_by(.)')
5959
echo "FOLDERS=$DOCKER_COMPOSE_PATHS_JSON" >> $GITHUB_OUTPUT
60-
echo $DOCKER_COMPOSE_PATHS
61-
echo $FOLDERS
6260
setup-build:
6361
needs: [group-diff]
6462
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}

0 commit comments

Comments
 (0)