Skip to content

Commit e1ccc74

Browse files
committed
Draft
1 parent 9d03459 commit e1ccc74

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Image CI
22
# If you update paths, make sure to update them in e2e-test.yml and no-ci.yml as well
33
on:
44
push:
5-
branches:
6-
- main
75
paths:
86
- Dockerfile
97
- debug.py
@@ -95,7 +93,6 @@ jobs:
9593
${{ env.artifact_registry }}/${{ env.artifact_repository }}/${{ env.image_name }}:rc-${{ github.sha }}
9694
9795
- name: Copy image to extra repositories
98-
if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
9996
uses: GarnerCorp/build-actions/copy-image@main
10097
env:
10198
rest: >-

0 commit comments

Comments
 (0)