Skip to content

Commit 74734b4

Browse files
committed
Remove digest steps on PR
1 parent 372aa06 commit 74734b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-chatbot-rag-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,13 @@ jobs:
5050
cache-from: type=gha
5151
cache-to: type=gha,mode=max
5252
- name: export digest
53+
if: github.event_name == 'push'
5354
run: |
5455
mkdir -p /tmp/digests
5556
digest="${{ steps.build.outputs.digest }}"
5657
touch "/tmp/digests/${digest#sha256:}"
5758
- name: upload digest
59+
if: github.event_name == 'push'
5860
uses: actions/upload-artifact@v4
5961
with:
6062
name: digests-${{ matrix.runner }}

0 commit comments

Comments
 (0)