Skip to content

Commit

Permalink
test: add intermidiate test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dariocurr committed Nov 25, 2024
1 parent 85a97ee commit 4b239bd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/called.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ on:

jobs:
called:
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout called repo
uses: dariocurr/checkout-called@main
uses: dariocurr/checkout-called@dev
2 changes: 1 addition & 1 deletion .github/workflows/caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:

jobs:
caller:
uses: dariocurr/checkout-called/.github/workflows/called.yml@main
uses: dariocurr/checkout-called/.github/workflows/intermidiate.yml@dev
8 changes: 8 additions & 0 deletions .github/workflows/intermidiate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: "[TEST] intermidiate"

on:
workflow_call:

jobs:
caller:
uses: dariocurr/checkout-called/.github/workflows/called.yml@dev

0 comments on commit 4b239bd

Please sign in to comment.