File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212 handle-hotfix-pr :
13- runs-on : [self-hosted, type-ccx13]
13+ runs-on : ubuntu-latest
1414 steps :
1515 - name : Check if PR is a hotfix into `main`
1616 if : >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515
1616jobs :
1717 comment_on_breaking_change :
18- runs-on : [self-hosted, type-ccx13]
18+ runs-on : ubuntu-latest
1919 steps :
2020 - name : Check if 'breaking change' label is added
2121 if : github.event.label.name == 'breaking-change'
Original file line number Diff line number Diff line change 99
1010jobs :
1111 assert-clean-merges :
12- runs-on : [self-hosted, type-ccx13]
12+ runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout Repository
1515 uses : actions/checkout@v4
3434 else
3535 echo "MERGE_BRANCHES=devnet-ready devnet testnet main" >> $GITHUB_ENV
3636 fi
37-
37+
3838 - name : Add Fork Remote and Fetch PR Branch
3939 if : github.event.pull_request.head.repo.fork == true
4040 run : |
You can’t perform that action at this time.
0 commit comments