File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 - name : Determine tasks to run
3737 id : get-tasks
3838 run : |
39- if [["${{ github.event_name }}" = "schedule"]] ||
39+ if [[ "${{ github.event_name }}" = "schedule" ]] ||
4040 [[ "${{ github.event.inputs.tasks }}" = "all" ]]; then
4141 # Find all tasks
4242 TASKS=()
Original file line number Diff line number Diff line change 3535 - name : Determine tasks to run
3636 id : get-tasks
3737 run : |
38- if [["${{ github.event_name }}" = "schedule"]] ||
38+ if [[ "${{ github.event_name }}" = "schedule" ]] ||
3939 [[ "${{ github.event.inputs.tasks }}" = "all" ]]; then
4040 # Find all tasks
4141 TASKS=()
Original file line number Diff line number Diff line change 3838 - name : Determine tasks to run
3939 id : get-tasks
4040 run : |
41- if [["${{ github.event_name }}" = "schedule"]] ||
41+ if [[ "${{ github.event_name }}" = "schedule" ]] ||
4242 [[ "${{ github.event.inputs.tasks }}" = "all" ]]; then
4343 # Find all tasks
4444 TASKS=()
Original file line number Diff line number Diff line change 3333 - name : Determine tasks to run
3434 id : get-tasks
3535 run : |
36- if [["${{ github.event_name }}" = "schedule"]] ||
36+ if [[ "${{ github.event_name }}" = "schedule" ]] ||
3737 [[ "${{ github.event.inputs.tasks }}" = "all" ]]; then
3838 # Find all tasks
3939 TASKS=()
Original file line number Diff line number Diff line change 3333 - name : Determine tasks to run
3434 id : get-tasks
3535 run : |
36- if [["${{ github.event_name }}" = "schedule"]] ||
36+ if [[ "${{ github.event_name }}" = "schedule" ]] ||
3737 [[ "${{ github.event.inputs.tasks }}" = "all" ]]; then
3838 # Find all tasks
3939 TASKS=()
Original file line number Diff line number Diff line change 3232 - name : Determine tasks to run
3333 id : get-tasks
3434 run : |
35- if [["${{ github.event_name }}" = "schedule"]] ||
35+ if [[ "${{ github.event_name }}" = "schedule" ]] ||
3636 [[ "${{ github.event.inputs.tasks }}" = "all" ]]; then
3737 # Find all tasks
3838 TASKS=()
You can’t perform that action at this time.
0 commit comments