Skip to content

Commit

Permalink
chore(ci): disable filling of dev forks in github actions (ethereum#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
danceratopz authored Apr 18, 2024
1 parent 3a6520e commit 6820baf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/fixtures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
fill-params: ''
solc: '0.8.21'
python: '3.11'
- name: 'fixtures_develop'
evm-type: 'develop'
fill-params: '--until=Prague'
solc: '0.8.21'
python: '3.11'
# - name: 'fixtures_develop'
# evm-type: 'develop'
# fill-params: '--until=Prague'
# solc: '0.8.21'
# python: '3.11'
steps:
- uses: actions/checkout@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- os: ubuntu-latest
python: '3.11'
solc: '0.8.21'
evm-type: 'develop'
tox-cmd: 'tox -e tests-develop'
evm-type: 'main' # 'develop'
tox-cmd: 'tox run-parallel --parallel-no-spinner' # 'tox -e tests-develop'
- os: macos-latest
python: '3.11'
solc: '0.8.22'
Expand Down

0 comments on commit 6820baf

Please sign in to comment.