Skip to content

Commit

Permalink
Update ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmd committed Jul 19, 2023
1 parent e716cc2 commit 3436224
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
push:
branches-ignore:
- main
- waic-main
- "dependabot/**"
paths:
- ".github/workflows/regression.yml"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wai-trigger-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Trigger deploy for WAI-APG site
on:
push:
branches:
- main
- waic-main
paths:
- ".github/workflows/wai-trigger-deploy.yml"
- "common/**"
Expand All @@ -25,5 +25,5 @@ jobs:
owner: context.repo.owner,
repo: 'wai-aria-practices',
workflow_id: 'deploy.yml',
ref: 'main'
ref: 'waic-main'
});
2 changes: 1 addition & 1 deletion .github/workflows/wai-trigger-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
owner: context.repo.owner,
repo: 'wai-aria-practices',
workflow_id: 'pr-create.yml',
ref: 'main',
ref: 'waic-main',
inputs: {
apg_branch: process.env.APG_BRANCH,
apg_sha: process.env.APG_SHA,
Expand Down

0 comments on commit 3436224

Please sign in to comment.