This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch padbk-padbk-docker-py311
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/padbk-padbk-docker-py311 by
this push:
new 3d33d3db84 add workflow_dispatch to test manually
3d33d3db84 is described below
commit 3d33d3db84445746dfd2f8873cbef6288f855a30
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Mon Oct 28 10:31:48 2024 -0700
add workflow_dispatch to test manually
---
.github/workflows/docker.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 287026c084..4d6e93f7d5 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -8,6 +8,7 @@ on:
pull_request:
branches:
- "master"
+ workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number ||
github.run_id }}