Skip to content

Commit

Permalink
org repos
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed May 22, 2024
1 parent 5bf15b3 commit 5c9d5f6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/editors-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,39 +21,39 @@ on:
jobs:
publish-editors-draft:
runs-on: ubuntu-latest
if: github.repository == 'daniel-montalvo/aria'
if: github.repository == 'w3c/aria'
strategy:
fail-fast: false
matrix:
include:
- repo: daniel-montalvo/accname
- repo: w3c/accname
branch: gh-pages
sourcepath: /accname/
- repo: daniel-montalvo/core-aam
- repo: w3c/core-aam
branch: gh-pages
sourcepath: /core-aam/
- repo: daniel-montalvo/dpub-aam
- repo: w3c/dpub-aam
branch: gh-pages
sourcepath: /dpub-aam/
- repo: daniel-montalvo/dpub-aria
- repo: w3c/dpub-aria
branch: gh-pages
sourcepath: /dpub-aria/
- repo: daniel-montalvo/graphics-aam
- repo: w3c/graphics-aam
branch: gh-pages
sourcepath: /graphics-aam/
- repo: daniel-montalvo/graphics-aria
- repo: w3c/graphics-aria
branch: gh-pages
sourcepath: /graphics-aria/
- repo: daniel-montalvo/math-aria
- repo: w3c/math-aria
branch: gh-pages
sourcepath: /math-aria/
- repo: daniel-montalvo/mathml-aam
- repo: w3c/mathml-aam
branch: gh-pages
sourcepath: /mathml-aam/
- repo: daniel-montalvo/svg-aam
- repo: w3c/svg-aam
branch: gh-pages
sourcepath: /svg-aam/
- repo: daniel-montalvo/html-aam
- repo: w3c/html-aam
branch: aria-common-sync
sourcepath: /html-aam/

Expand Down

0 comments on commit 5c9d5f6

Please sign in to comment.