Skip to content

Commit

Permalink
Update workflows for rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed May 13, 2024
1 parent d2b0655 commit d80a300
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: "Create PR Stats"

on:
workflow_dispatch:
pull_request: # run if the file changed on a PR to master
pull_request: # run if the file changed on a PR to rolling
branches:
- master
- rolling
paths:
- 'make_help_scripts/create_pr_stats.py'
push: # run if the file changed by pushes to master
push: # run if the file changed by pushes to rolling
branches:
- master
- rolling
paths:
- 'make_help_scripts/create_pr_stats.py'
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-sphinx-check-single-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: ros-controls/control.ros.org
ref: master
ref: rolling
fetch-depth: 0
- uses: actions/setup-python@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sphinx-check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- rolling
schedule:
# Run every morning to ensure component documentation is up to date on deployment
- cron: '23 5 * * *'
Expand All @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
BRANCH: [humble, iron, jazzy, master]
BRANCH: [humble, iron, jazzy, rolling]
steps:
- uses: actions/checkout@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sphinx-check-page-multiversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ on:
BASE_BRANCH:
description: 'Chose branch to run on'
required: true
default: 'master'
default: 'rolling'
type: choice
options:
- humble
- iron
- jazzy
- master
- rolling
pull_request:
branches:
- master
- rolling
paths:
- 'make_help_scripts/**'
- 'conf.py'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sphinx-check-warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- rolling
schedule:
# Run every morning to ensure component documentation is up to date on deployment
- cron: '23 5 * * *'
Expand All @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
BRANCH: [humble, iron, jazzy, master]
BRANCH: [humble, iron, jazzy, rolling]
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-make-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- rolling
schedule:
# Run every morning to ensure component documentation is up to date on deployment
- cron: '23 5 * * *'
Expand Down

0 comments on commit d80a300

Please sign in to comment.