Skip to content

Commit e141fdd

Browse files
kaizakinurunc-bot[bot]
authored andcommitted
chore: remove cancelled() checks from vm_test workflow
PR: #582 Signed-off-by: karthik balasubramanian <karthikbalasubramanian08@gmail.com> Reviewed-by: Charalampos Mainas <cmainas@nubificus.co.uk> Approved-by: Charalampos Mainas <cmainas@nubificus.co.uk>
1 parent 88afcf7 commit e141fdd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/vm_test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ jobs:
288288
289289
- name: Prepare urunc folder
290290
id: prepare
291-
if: ${{ !cancelled() }}
292291
run: |
293292
export GOROOT=$(go env GOROOT)
294293
export PATH="$GOROOT/bin:$PATH"
@@ -298,7 +297,6 @@ jobs:
298297
299298
- name: Run ${{ matrix.test }}
300299
id: test
301-
if: ${{ !cancelled() }}
302300
run: |
303301
# Set up Go environment properly
304302
export GOROOT=$(go env GOROOT)

0 commit comments

Comments
 (0)