Skip to content

Commit

Permalink
Create teste2.yml (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo9mv authored May 22, 2023
1 parent a2dd48f commit 3366f8b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/teste2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 'teste2'

on:
workflow_run:
workflows: [teste]
types:
- completed


concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
teste:
name: Teste 1
runs-on: ubuntu-latest
steps:
- run: echo "success"

0 comments on commit 3366f8b

Please sign in to comment.