[CALCITE-7751] Skipped CI jobs when adding labels - #5229
Conversation
|
I added the LGTM label immediately to test that jobs are not going to be skipped. |
|
As expected the Slow Tests job was skipped since the appropriate label is missing. |
|
Just added the "slow-tests-needed" label and the respective action started running leaving all the rest untouched. |
Exactly as expected — I just happened to see this trigger effect! |
|
YAML+github actions is one of these things which I never put an effort to learn (it's really a top contender to the title of the "Worst language ever designed"), so I can't review this myself. |
| name: 'Linux (JDK 8) Slow Tests' | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v5 |
There was a problem hiding this comment.
since you touched this: I wonder if we need to use newer checkout action...
Jira Link
CALCITE-7751
Changes Proposed