Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
TilakMaddy committed Feb 20, 2025
1 parent fd9662f commit d988f5f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ on: [push, pull_request, workflow_dispatch]

name: Aderyn

concurrency:
group: ci-${{ github.ref }}-cargo
cancel-in-progress: true

jobs:
check:
name: Check
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ on:
tags:
- '**[0-9]+.[0-9]+.[0-9]+*'

concurrency:
group: ci-${{ github.ref }}-release
cancel-in-progress: true

jobs:
# Run 'dist plan' (or host) to determine what tasks we need to do
plan:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ on: [push, pull_request, workflow_dispatch]

name: Reports Workflow

concurrency:
group: ci-${{ github.ref }}-reports
cancel-in-progress: true

jobs:
reports-setup:
name: Check Reports
Expand Down

0 comments on commit d988f5f

Please sign in to comment.