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 badebdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-developer-experience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

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

# TESTING 123
name: Developer Experience
on:
- push
- pull_request

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

permissions:
Expand Down

0 comments on commit badebdc

Please sign in to comment.