Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed May 8, 2024
1 parent 61ec2be commit c141358
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/wf2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: W F 2

on:
workflow_run:
workflows: [W F 1]
workflows: ["W F 1"]
types: [completed]
branches: "APIGOV-00000"

Expand All @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_branch }}
- name: just waiting
working-directory: .
run: |
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/wf3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: W F 3

on:
workflow_run:
workflows: [W F 2]
workflows: ["W F 2"]
types: [completed]
branches: "APIGOV-00000"

Expand All @@ -11,9 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: push to teams
with:
ref: ${{ github.event.workflow_run.head_branch }}
- name: just waiting
working-directory: .
run: |
echo "going to sleep"
sleep 10
echo "all done finally"
echo "all done w/ e finally"

0 comments on commit c141358

Please sign in to comment.