We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4ed0d commit 02f2767Copy full SHA for 02f2767
.github/workflows/test_forks.yml
@@ -6,12 +6,10 @@ jobs:
6
env_hold:
7
environment: ci-forks
8
runs-on: self-hosted-docker-tiny
9
- if: (github.repository != 'DACH-NY/canton-network-node') && (github.repository != 'hyperledger-labs/splice')
10
steps:
11
- name: Wait for environment approval for runs from forks
12
run: echo "Wait for environment approval for runs from forks"
13
14
hello_world:
15
uses: ./.github/workflows/reusable.yml
16
needs: env_hold
17
0 commit comments