Skip to content

Commit

Permalink
Merge pull request #120 from consideRatio/pr/update-ci-stuff
Browse files Browse the repository at this point in the history
ci: run tests once a day, update some github actions
  • Loading branch information
consideRatio authored Mar 26, 2024
2 parents 762096f + af778fd commit 3608017
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: write
steps:
# Action reference: https://github.com/Actions-R-Us/actions-tagger
- uses: Actions-R-Us/actions-tagger@f411bd910a5ad370d4511517e3eac7ff887c90ea
- uses: Actions-R-Us/actions-tagger@release/v2
with:
# By using branches as identifiers it is still possible to backtrack
# some patch, but not if we use tags.
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
- "dependabot/**"
- "pre-commit-ci-update-config"
tags: ["**"]
schedule:
# Run at 05:00 every day, ref: https://crontab.guru/#0_5_*_*_*
- cron: "0 5 * * *"
workflow_dispatch:

jobs:
Expand All @@ -30,8 +33,7 @@ jobs:
ports:
- 5000:5000
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: test action
uses: ./
with:
Expand Down

0 comments on commit 3608017

Please sign in to comment.