Skip to content

Commit

Permalink
Update matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed May 27, 2024
1 parent d3d0f5e commit a140ee3
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/editors-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,14 @@ jobs:
if: github.repository == 'w3c/aria'
strategy:
fail-fast: false
max-parallel: 1
matrix:
spec:
- name: 'accname'
branch: 'gh-pages'
repository: w3c/accname
path: 'w3c/accname'
repo: w3c/accname
- name: core-aam
branch: 'gh-pages'
repository: w3c/core-aam
path: 'w3c/core-aam'
repo: w3c/core-aam
# Others to come

steps:
Expand All @@ -29,9 +26,9 @@ jobs:
- name : Checkout deployment repositories
uses: actions/checkout@v4
with:
repository: w3c/${{ matrix.spec.repository }}
repository: w3c/${{ matrix.spec.repo }}
ref: ${{ matrix.spec.branch }}
path: w3c/${{ matrix.spec.path }}
path: w3c/${{ matrix.spec.repo }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Node.js
Expand Down

0 comments on commit a140ee3

Please sign in to comment.