Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
secrets: inherit

e2e-metro:
needs: checkout-install
needs: [checkout-install, build-metro]
uses: ./.github/workflows/e2e-metro.yml
secrets: inherit

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-metro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Build Metro Packages
on:
workflow_call:

permissions:
contents: read

jobs:
build-metro:
runs-on: ubuntu-latest
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/e2e-metro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ name: Trigger E2E Tests
on:
workflow_call:

permissions:
actions: read
contents: read
checks: write
pull-requests: write
id-token: write

concurrency:
group: e2e-tests-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
Loading