Skip to content

Commit c37d042

Browse files
committed
Disabling E2E & smoke tests for non-canonical-repo CI
1 parent e91c1a4 commit c37d042

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/devnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616

1717
jobs:
1818
devnet-test:
19+
if: github.event.pull_request.head.repo.full_name == github.repository
1920
strategy:
2021
fail-fast: true
2122
runs-on: ubuntu-latest

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818
e2e:
1919
runs-on: ubuntu-latest
20-
if: github.repository == 'Layr-Labs/devkit-cli'
20+
if: github.event.pull_request.head.repo.full_name == github.repository
2121
steps:
2222
- name: Checkout repository
2323
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)