Skip to content

Commit

Permalink
Update jekyll action to run after update version
Browse files Browse the repository at this point in the history
  • Loading branch information
RupertBenWiser committed Jun 5, 2024
1 parent ba158cd commit 7381348
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# After updating the bcd version
workflow_run:
workflows:
- Update the bcd version
types:
- completed

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/update_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ name: Update the bcd version

on:
workflow_dispatch:

schedule:
- cron: "0 14 * * *" # Test run at 14:00 UTC
- cron: '30 14 * * *' # Test run at 14:30 UTC

permissions:
contents: write

jobs:
update:
update bcd:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion bcd_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.5.31
5.5.30

0 comments on commit 7381348

Please sign in to comment.