We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 723d7ad + 83073cd commit 102a8eeCopy full SHA for 102a8ee
VERSION
@@ -1 +1 @@
1
-1.18.1
+1.19.0
ci/modified-packages/action.yml
@@ -25,7 +25,7 @@ runs:
25
GITHUB_REF=${GITHUB_REF#refs/tags/}
26
BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF}}
27
DEFAULT_BRANCH=${{ github.event.repository.default_branch }}
28
- if [[ "${GITHUB_EVENT_NAME}" == "schedule" ]] || ([[ "${GITHUB_EVENT_NAME}" == "push" ]] && [[ "${BRANCH}" == "${DEFAULT_BRANCH}" ]])
+ if [[ "${GITHUB_EVENT_NAME}" == "schedule" ]] || ([[ "${GITHUB_EVENT_NAME}" == "push" ]] || [[ "${GITHUB_EVENT_NAME}" == "workflow_dispatch" ]] && [[ "${BRANCH}" == "${DEFAULT_BRANCH}" ]])
29
then
30
ALL=true
31
fi
0 commit comments