Skip to content

Commit

Permalink
Merge pull request #2764 from rsksmart/vovchyk/rit+fixes
Browse files Browse the repository at this point in the history
build: run rit check overnight; allow plus symbol in branch names
  • Loading branch information
Vovchyk authored Oct 3, 2024
2 parents 0f5e2ed + 8388572 commit 1f56dc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Rootstock Integration Tests

on:
schedule:
- cron: '0 0 * * *'
pull_request:
types: [ opened, synchronize, reopened ]
branches: ["master", "*-rc"]
Expand Down Expand Up @@ -37,7 +39,7 @@ jobs:
run: |
PR_DESCRIPTION=pr-description.txt
ALLOWED_BRANCH_CHARACTERS='[-./0-9A-Z_a-z]'
ALLOWED_BRANCH_CHARACTERS='[-+./0-9A-Z_a-z]'
default_rskj_branch=master
default_powpeg_branch=master
Expand Down

0 comments on commit 1f56dc4

Please sign in to comment.