Skip to content

Commit 335a453

Browse files
Add runs-on directive which was removed from reusable workflow for greater flexibility
1 parent 89148d0 commit 335a453

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/notarize-immudb-py.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
name: Notarize immudb-py
22

33
on:
4-
pull_request:
4+
push:
55
branches:
6-
- main
6+
- master
77
- develop
8-
types:
9-
- closed
108

119
jobs:
1210
notarize-repository:
1311
name: Notarize immudb-py repository with cas and vcn
14-
uses: codenotary/notarize-with-cas-and-vcn/.github/workflows/notarize-with-cas-and-vcn.yml@main
12+
runs-on: [self-hosted, linux]
13+
uses: codenotary/notarize-with-cas-and-vcn/.github/workflows/notarize-with-cas-and-vcn.yml@862cb3fbee3fbce20bf0e2fae97ac201c730fe23
1514
secrets:
1615
cas-api-key: ${{ secrets.CAS_API_KEY_ATTEST }}
1716
vcn-api-key: ${{ secrets.CICD_LEDGER1_ACTION_KEY }}

0 commit comments

Comments
 (0)