Skip to content

Commit

Permalink
chore: test unpinned dayly
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 d6a4fd7 commit 6ae98cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ name: Node CI

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

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

0 comments on commit 6ae98cd

Please sign in to comment.