This commit is contained in:
Muhammad Atif Ali 2024-04-23 19:41:18 +03:00
parent 6fa4e73106
commit 328213d257
1 changed files with 3 additions and 4 deletions

View File

@ -57,10 +57,9 @@ jobs:
fail-fast: false
name: images/ubuntu
steps:
# TODO uncomment when the action is fixed
# - name: Cancel previous runs
# if: github.event_name == 'pull_request'
# uses: styfle/cancel-workflow-action@0.12.1
- name: Cancel previous runs
if: github.event_name == 'pull_request'
uses: styfle/cancel-workflow-action@0.12.1
- name: Checkout
uses: actions/checkout@v4