Skip to content

Commit

Permalink
Merge branch 'main' into feat-Generating-provenance-statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Sep 17, 2024
2 parents 0c582fd + 97e6934 commit ca9c293
Show file tree
Hide file tree
Showing 10 changed files with 270 additions and 1,150 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/00-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
name: Init
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected]

- name: ⏬ Checkout repo
uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/02-e2e-screen-reader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

- name: 🦮 Guidepup Setup
uses: guidepup/setup-action@0.16.0
uses: guidepup/setup-action@0.17.0
with:
record: true

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches:
- "main"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

jobs:
init:
uses: ./.github/workflows/00-init.yml
Expand Down
2 changes: 1 addition & 1 deletion output/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@playwright/experimental-ct-react": "1.47.0",
"@types/react": "^18.3.5",
"@types/react": "^18.3.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
Loading

0 comments on commit ca9c293

Please sign in to comment.