Skip to content

Commit

Permalink
trial 5
Browse files Browse the repository at this point in the history
  • Loading branch information
pkriens committed Mar 13, 2024
1 parent 2bba015 commit 92a1c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/subflow-electrod.yaml
secrets: inherit
secrets: inherit

native:
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/subflow-native.yaml
secrets: inherit
secrets: inherit

merge-natives:
needs: [electrod,native]
Expand Down

0 comments on commit 92a1c05

Please sign in to comment.