Skip to content

Commit

Permalink
Experiment multiple workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Jul 17, 2024
1 parent 6815e2b commit 4bcf78d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
integration:
name: Lint and test
name: Playground integration
runs-on: warp-ubuntu-latest-x64-16x
strategy:
matrix:
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/integration2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: job2's name

on:
workflow_run:
workflows: ["Integration"]
types:
- completed

jobs:
job2:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Do something
run: ls -la

0 comments on commit 4bcf78d

Please sign in to comment.