We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91c1a4 commit c37d042Copy full SHA for c37d042
.github/workflows/devnet.yml
@@ -16,6 +16,7 @@ env:
16
17
jobs:
18
devnet-test:
19
+ if: github.event.pull_request.head.repo.full_name == github.repository
20
strategy:
21
fail-fast: true
22
runs-on: ubuntu-latest
.github/workflows/e2e.yml
@@ -17,7 +17,7 @@ env:
e2e:
- if: github.repository == 'Layr-Labs/devkit-cli'
steps:
- name: Checkout repository
23
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments