Skip to content

Commit 621d8c8

Browse files
authored
Clean up GitHub actions (#4683)
1 parent 240ed57 commit 621d8c8

7 files changed

Lines changed: 10 additions & 11 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run tests
1+
name: Checks
22

33
defaults:
44
run:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Generate reference tests
1+
name: Nightly Reference Tests
22

33
defaults:
44
run:

.github/workflows/nightly-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Nightly mainnet tests
1+
name: Nightly Mainnet Tests
22

33
defaults:
44
run:

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Close stale issues and PRs
1+
name: Close Stale Issues and PRs
22

33
on:
44
schedule:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish docs
1+
name: Update Website
22

33
on:
44
push:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Ethereum Proof-of-Stake Consensus Specifications
22

33
[![Join the chat at https://discord.gg/qGpsxSA](https://img.shields.io/badge/chat-on%20discord-blue.svg)](https://discord.gg/qGpsxSA)
4-
[![testgen](https://github.com/ethereum/consensus-specs/actions/workflows/generate_vectors.yml/badge.svg?branch=dev&event=schedule)](https://github.com/ethereum/consensus-specs/actions/workflows/generate_vectors.yml)
4+
[![nightly-tests](https://github.com/ethereum/consensus-specs/actions/workflows/nightly-tests.yml/badge.svg?branch=master&event=schedule)](https://github.com/ethereum/consensus-specs/actions/workflows/nightly-tests.yml)
5+
[![nightly-reftests](https://github.com/ethereum/consensus-specs/actions/workflows/nightly-reftests.yml/badge.svg?branch=master&event=schedule)](https://github.com/ethereum/consensus-specs/actions/workflows/nightly-reftests.yml)
56

67
This repository hosts the current Ethereum
78
[proof-of-stake](https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/)
@@ -55,7 +56,7 @@ functionality can be found in the following repositories:
5556
Reference tests built from the executable Python specifications are available in
5657
the release assets for each release in this repository. There are also *nightly*
5758
reference tests which are built from the latest version of the specifications
58-
[here](https://github.com/ethereum/consensus-specs/actions/workflows/generate_vectors.yml).
59+
[here](https://github.com/ethereum/consensus-specs/actions/workflows/nightly-reftests.yml).
5960

6061
## Contributors
6162

docs/docs/new-feature.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,8 @@ def create_genesis_state(spec, validator_balances, activation_threshold):
123123

124124
### 6. Update CI configurations
125125

126-
- Update
127-
[GitHub Actions config](https://github.com/ethereum/consensus-specs/blob/master/.github/workflows/run-tests.yml)
128-
- Update `pyspec-tests.strategy.matrix.version` list by adding new feature to
129-
it
126+
- Update [GitHub PR checks](../../.github/workflows/checks.yml)
127+
- Update `tests.strategy.matrix.version` list by adding new feature to it
130128

131129
## Others
132130

0 commit comments

Comments
 (0)