Skip to content

Commit 2408dd0

Browse files
committed
ci: improve tests to pass with workflow_dispatch event
Signed-off-by: Emilien Escalle <[email protected]>
1 parent c318439 commit 2408dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/__test-action-docker-prune-pull-requests-image-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
IMAGE_NAME: "test-prune-${{ github.run_number }}"
1717
PACKAGES: |
1818
ci-github-container/test-prune-${{ github.run_number }}
19-
ci-github-container/test-prune-${{ github.run_number }}/cache
19+
${{ github.event_name != 'workflow_dispatch' && format('ci-github-container/test-prune-{0}/cache', github.run_number) || '' }}
2020
2121
jobs:
2222
setup:

0 commit comments

Comments
 (0)