File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 51
51
- name : Install cosign
52
52
uses : sigstore/cosign-installer@v3.1.2
53
53
id : install_cosign
54
- if : github.event_name != 'pull_request'
54
+ # if: github.event_name != 'pull_request'
55
55
with :
56
56
cosign-release : ' v2.2.0'
57
57
69
69
- name : Login Container Registry
70
70
uses : docker/login-action@v3.0.0
71
71
id : registry_login
72
- if : github.event_name != 'pull_request'
72
+ # if: github.event_name != 'pull_request'
73
73
with :
74
74
registry : ${{ inputs.registry_uri }}
75
75
username : ${{ secrets.USER_NAME }}
@@ -106,7 +106,7 @@ jobs:
106
106
# This step uses the identity token to provision an ephemeral certificate against the sigstore community Fulcio instance.
107
107
- name : Sign container image
108
108
id : sign
109
- if : ${{ github.event_name != 'pull_request' }}
109
+ # if: ${{ github.event_name != 'pull_request' }}
110
110
run : |
111
111
echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
112
112
env :
Original file line number Diff line number Diff line change 10
10
pull_request :
11
11
branches :
12
12
- main
13
- paths :
14
- - " **.py"
15
- - " code/function/**"
13
+ # paths:
14
+ # - "**.py"
15
+ # - "code/function/**"
16
16
17
17
jobs :
18
18
function_test :
You can’t perform that action at this time.
0 commit comments