Skip to content

Commit

Permalink
change from workflow_call to workflow_dispatch (canonical#24)
Browse files Browse the repository at this point in the history
Like this, we can automatically trigger this workflow by our weekly tests.
  • Loading branch information
rgildein authored Apr 11, 2024
1 parent 25e3919 commit ef111a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Check workflow running linter, unit and functional tests

on:
workflow_call:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
branches: [master, main]
Expand Down

0 comments on commit ef111a5

Please sign in to comment.