Skip to content

Commit 7ac3227

Browse files
authored
chore: only running e2e CI on the root canonical repo (#293)
<!-- 🚨 ATTENTION! 🚨 This PR template is REQUIRED. PRs not following this format will be closed without review. Requirements: - PR title must follow commit conventions: https://www.conventionalcommits.org/en/v1.0.0/ - Label your PR with the correct type (e.g., 🐛 Bug, ✨ Enhancement, 🧪 Test, etc.) - Provide clear and specific details in each section --> **Motivation:** - Unblock external contributors **Modifications:** **Result:** - CI only runs on canonical repo and main branch **Testing:** **Open questions:**
1 parent f7b5137 commit 7ac3227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ env:
1717
jobs:
1818
e2e:
1919
runs-on: ubuntu-latest
20+
if: github.repository == 'Layr-Labs/devkit-cli'
2021
steps:
2122
- name: Checkout repository
2223
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)