Skip to content

Commit

Permalink
Enable to cancel previous runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 6, 2024
1 parent c1c492f commit 55ef2b7
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
rapid:
runs-on: ubuntu-latest
steps:
# - name: Cancel Previous Runs
# uses: styfle/[email protected]
# with:
# access_token: ${{ github.token }}
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}

- name: Set environment variables
uses: allenevans/[email protected]
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
cd web_app && yarn install
cd web_app && yarn install && yarn add sharp
- name: Configure path alias
run: |
Expand All @@ -48,10 +48,6 @@ jobs:
run: |
cd web_app && yarn build
# - name: Install sharp (optional for image optimization)
# run: |
# cd web_app && yarn add sharp

- uses: actions/setup-python@v2
with:
python-version: "3.8"
Expand Down

0 comments on commit 55ef2b7

Please sign in to comment.