Skip to content

Commit

Permalink
CI on merge (#23)
Browse files Browse the repository at this point in the history
* run ci only on merge to main
  • Loading branch information
iTranscend authored Mar 27, 2023
1 parent 592d28a commit ea8ed63
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Test
name: CI

on:
push:
branches:
- main
branches: [main]
pull_request:
branches:
- main

jobs:
check:
Expand All @@ -29,9 +26,7 @@ jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
# defaults:
# run:
# shell: bash
if: github.ref == 'refs/heads/main'
env:
TUID: 123
steps:
Expand Down Expand Up @@ -118,7 +113,7 @@ jobs:
sed -i 's/BELLATRIX_FORK_VERSION=.*/BELLATRIX_FORK_VERSION="0x02000000"/' values.env
sed -i 's/CAPELLA_FORK_VERSION=.*/CAPELLA_FORK_VERSION="0x03000000"/' values.env
sed -i 's/EIP4844_FORK_VERSION=.*/EIP4844_FORK_VERSION="0x04000000"/' values.env
- name: remove tty flag from docker command in create-config recipe
run: |
cd eth-testnet-runner
Expand Down

0 comments on commit ea8ed63

Please sign in to comment.