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 5151 - name : Install cosign
5252 uses : sigstore/cosign-installer@v3.1.2
5353 id : install_cosign
54- if : github.event_name != 'pull_request'
54+ # if: github.event_name != 'pull_request'
5555 with :
5656 cosign-release : ' v2.2.0'
5757
6969 - name : Login Container Registry
7070 uses : docker/login-action@v3.0.0
7171 id : registry_login
72- if : github.event_name != 'pull_request'
72+ # if: github.event_name != 'pull_request'
7373 with :
7474 registry : ${{ inputs.registry_uri }}
7575 username : ${{ secrets.USER_NAME }}
@@ -106,7 +106,7 @@ jobs:
106106 # This step uses the identity token to provision an ephemeral certificate against the sigstore community Fulcio instance.
107107 - name : Sign container image
108108 id : sign
109- if : ${{ github.event_name != 'pull_request' }}
109+ # if: ${{ github.event_name != 'pull_request' }}
110110 run : |
111111 echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
112112 env :
Original file line number Diff line number Diff line change 1010 pull_request :
1111 branches :
1212 - main
13- paths :
14- - " **.py"
15- - " code/function/**"
13+ # paths:
14+ # - "**.py"
15+ # - "code/function/**"
1616
1717jobs :
1818 function_test :
You can’t perform that action at this time.
0 commit comments