diff options
author | David Robertson <davidr@element.io> | 2022-10-03 17:16:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 17:16:45 +0100 |
commit | 2d5ce8c087509b86c8c692e48a84bdc237206241 (patch) | |
tree | 97bc7ac0097c56269853a0ca9a42eae4114ed7c3 /.github/workflows/tests.yml | |
parent | Bump docker/build-push-action from 2 to 3 (#14022) (diff) | |
download | synapse-2d5ce8c087509b86c8c692e48a84bdc237206241.tar.xz |
Dependabot changelogs: trigger CI explicitly (#14027)
* Dependabot changelogs: trigger CI explicitly * Changelog * Use merge ref, not head ref ref ref ref ref ref * explanatory note
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5ae3a50ab0..a2df2e8bd5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,6 +4,7 @@ on: push: branches: ["develop", "release-*"] pull_request: + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref }} |