Skip to content

Commit

Permalink
Automatic update to new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thaibault committed Oct 6, 2023
1 parent d5f6637 commit 2ad08a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-image-periodically-1-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Build image and push
on:
# NOTE: Runs on branch or tag creation.
create:
branches: [ main ]
branches:
- main
schedule:
# Run every Sunday at 1am o'clock.
- cron: '0 1 * * 0'
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Test encrypted build

on:
workflow_run:
workflows: [ "Build image and push" ]
branches: [ main ]
workflows:
- "Build image and push"
branches:
- main
types:
- completed
# Allows you to run this workflow manually from the Actions tab
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@


documentation-website@*:
version "1.0.306"
resolved "https://registry.yarnpkg.com/documentation-website/-/documentation-website-1.0.306.tgz#f35270e730fb69ea3cfd7678b83ba114c5715a40"
integrity sha512-7ZVURp/H166F0hPQ7evCT/XFltsZS9AgQm6+bW+jO8IYb36zF7yA4pS7iYHEkmnEkHasZRwTVLFj8T+DDEYFpA==
version "1.0.308"
resolved "https://registry.yarnpkg.com/documentation-website/-/documentation-website-1.0.308.tgz#b7df3f084bb2d2020673f34b379f9a63124fa9f8"
integrity sha512-yUyw4+i1brdT8VWMDVayCJ61jEULJdKZVz05KfgdVr9rqTLMN83V37dZQWP+UWiszZLySkDG3/IivLd8bpxdkw==

0 comments on commit 2ad08a3

Please sign in to comment.