Skip to content

Commit

Permalink
Rename work flows for easier branch protection rules (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Aug 21, 2023
1 parent 750b52f commit ca84b71
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

jobs:
deploy:
mdbook:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ on:
branches: [main, dev]
pull_request:

name: 32-bit CI
name: 32 bit CI

jobs:
run-tests:
test-32bit:
name: Run tests (32 bit)
runs-on: ${{ matrix.os }}
#container:
# image: ubuntu:20.10
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ on:
branches: [main, dev]
pull_request:

name: 64-bit CI
name: 64 bit CI

jobs:
run-tests:
test-64bit:
name: Run tests (64 bit)
runs-on: ${{ matrix.os }}
#container:
# image: ubuntu:20.10
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name: valgrind

jobs:
cargo-valgrind:
name: Run valgrind
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit ca84b71

Please sign in to comment.