Skip to content

Commit

Permalink
Update Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Jan 20, 2025
1 parent 65b1802 commit 7372063
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
pull_request:
workflow_dispatch:

concurrency:
group: Build-and-Test-${{ github.ref }}
cancel-in-progress: true

jobs:
buildandtest_ios:
name: Build and Test Swift Package iOS
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
pull_request:
workflow_dispatch:

concurrency:
group: Pull-Request-${{ github.ref }}
cancel-in-progress: true

jobs:
reuse_action:
name: REUSE Compliance Check
Expand Down

0 comments on commit 7372063

Please # to comment.