Skip to content

Commit

Permalink
CI touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Oct 23, 2024
1 parent f10f965 commit 16b6464
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-developer-experience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@

# Production artifacts are produced in a sterile environment (in another CI workflow).

# TESTING 123
name: Developer Experience
on:
- push

concurrency:
group: ${{ github.workflow }}-${{ github.event.push || github.event.after }}
group: ${{ github.workflow }}-${{ github.event.pull_request.head.sha || github.event.after }}
cancel-in-progress: true

permissions:
Expand Down

0 comments on commit 16b6464

Please sign in to comment.