Skip to content

Commit

Permalink
build_mpsqa.yml: enable workflow dispatch
Browse files Browse the repository at this point in the history
This is needed to be able to trigger the workflow after the cascading
merge workflow creates a pull request. Events by bots do not trigger
workflows by default, in order to prevent infinite recursion.
  • Loading branch information
sergej-koscejev committed Feb 1, 2024
1 parent e31475a commit 112aec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_mpsqa.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

name: MPS-QA_CI

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

env:
GITHUB_TOKEN: ${{ secrets.MPSQA_GITHUB_PKG_REGISTRY }}
Expand Down

0 comments on commit 112aec7

Please sign in to comment.