Skip to content

Commit fad2fde

Browse files
editorial: common triggers workflows (#2561)
- Adds common path to aria workflow - Prevents affecting dpub 1.1 if the workflow triggers
1 parent 2156033 commit fad2fde

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/aria.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches: [main]
55
paths:
6+
- 'common/**'
67
- index.html
78
workflow_dispatch:
89
jobs:

.github/workflows/dpub-aam.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_DPUB_AAM }}
4545
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-aria-admin/2018Sep/0011.html
4646
W3C_BUILD_OVERRIDE: |
47-
specStatus: CRD
47+
specStatus: WD
48+
shortName: dpub-aam-1.2
4849
ARTIFACT_NAME: dpub-aam
4950
- name: Checkout dpub-aam repo
5051
uses: actions/checkout@v4

.github/workflows/dpub-aria.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_DPUB_ARIA }}
4545
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-aria-admin/2018Sep/0011.html
4646
W3C_BUILD_OVERRIDE: |
47-
specStatus: CRD
47+
specStatus: WD
48+
shortName: dpub-aria-1.2
4849
ARTIFACT_NAME: dpub-aria
4950
- name: Checkout dpub-aria repo
5051
uses: actions/checkout@v4

0 commit comments

Comments
 (0)