Skip to content

Commit

Permalink
f2
Browse files Browse the repository at this point in the history
  • Loading branch information
rhonalindiefolks committed Dec 30, 2024
1 parent e19f1fb commit e528292
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,12 @@ on:
branches:
- main

jobs:
avoid_reduncy:
runs-on: ubuntu-20.04
environment: productions
steps:
- name: Cancel Previous Redundant Builds
uses: action-pack/cancel@v1
with:
token: ${{ secrets.CANCEL_TOKEN }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
needs: [avoid_reduncy]
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down

0 comments on commit e528292

Please sign in to comment.