Skip to content

Commit

Permalink
CI: run certain tests also on the devnet and testnet branches
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Oct 23, 2024
1 parent ad3f72e commit 011a765
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Benchmarks

on:
push:
branches: [ main ]
branches: [ main, 'devnet_*', 'testnet_*' ]
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker

on:
push:
branches: [ main ]
branches: [ main, 'devnet_*', 'testnet_*' ]
pull_request:
branches:
- "**"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Documentation

on:
push:
branches: [ main ]
branches: [ main, 'devnet_*', 'testnet_*' ]
paths-ignore:
- '*.md'
- 'docker/**'
Expand Down Expand Up @@ -34,6 +34,7 @@ jobs:
publish-docs:
runs-on: ubuntu-latest

# We only publish docs for the main branch.
if: github.ref == 'refs/heads/main'

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/long_faucet_chain_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Long Faucet chain test

on:
push:
branches: [ main ]
branches: [ main, 'devnet_*', 'testnet_*' ]
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Rust

on:
push:
branches: [ main ]
branches: [ main, 'devnet_*', 'testnet_*' ]
pull_request:
branches:
- "**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scylladb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ScyllaDB tests

on:
push:
branches: [ main ]
branches: [ main, 'devnet_*', 'testnet_*' ]
pull_request:
branches:
- "**"
Expand Down

0 comments on commit 011a765

Please sign in to comment.