Skip to content

Commit

Permalink
Merge 95ddf6c into 79a6e14
Browse files Browse the repository at this point in the history
  • Loading branch information
jonseitz authored Jun 8, 2022
2 parents 79a6e14 + 95ddf6c commit fe6fe70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/01-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
test:
name: Run full test suite
runs-on: ubuntu-latest
concurrency: course-planner-test-suite
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/03-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
default: 'major'
jobs:
update_version:
concurrency: course-planner-increment-version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/04-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- completed
jobs:
publish:
concurrency: course-planner-documentation
name: Generate Documentation
runs-on: ubuntu-latest
if: github.event.workflow_run.conclusion == 'success'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/05-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Publish Docker Image and Front-End Bundle
concurrency: course-planner-publish
on:
workflow_run:
workflows:
Expand Down

0 comments on commit fe6fe70

Please sign in to comment.