File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 6
6
- cron : " 0 7 * * *" # 7am UTC = 11pm PST / 12am PDT
7
7
8
8
pull_request :
9
- types : [ labeled, closed ]
9
+ types : [ labeled ]
10
10
11
11
workflow_dispatch :
12
12
inputs :
@@ -116,8 +116,6 @@ jobs:
116
116
echo "runIntegrationTests=${{ github.event.pull_request.number }}:label-quick-packaging" >> $GITHUB_OUTPUT
117
117
elif [[ "${{ github.event.action }}" == "labeled" && "${{ github.event.label.name }}" == "tests-requested: full" ]]; then
118
118
echo "runIntegrationTests=${{ github.event.pull_request.number }}:label-full-packaging" >> $GITHUB_OUTPUT
119
- elif [[ "${{ github.event.action }}" == "closed" && "${{ github.event.pull_request.merged == true}}" == "true" ]]; then
120
- echo "runIntegrationTests=${{ github.event.pull_request.number }}:pr-close-packaging" >> $GITHUB_OUTPUT
121
119
else
122
120
echo "invalid_trigger=1" >> $GITHUB_OUTPUT
123
121
fi
You can’t perform that action at this time.
0 commit comments