Skip to content

Commit

Permalink
Fixed tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robvadai committed May 16, 2024
1 parent e43e93a commit 49baf7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: tag
on:
workflow_run:
workflows: ["test"]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 49baf7d

Please sign in to comment.