Skip to content

Commit

Permalink
chore: test unpinned daily
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck authored Oct 25, 2024
1 parent 50e2a07 commit 72700f0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ name: Node CI

on:
push:
branches: [ "master" ]
branches: [ "master", "next" ]
tags: [ "v*" ]
pull_request:
workflow_dispatch:
schedule:
# schedule weekly tests, since dependencies are not intended to be locked
# this means: at 23:42 on Fridays
- cron: '42 23 * * 5'
# schedule daily tests, since dependencies are not intended to be locked
# this means: at 23:42 every day
- cron: '42 23 * * *'

concurrency:
group: '${{ github.workflow }}-${{ github.ref }}'
Expand Down

0 comments on commit 72700f0

Please sign in to comment.