Skip to content

Commit

Permalink
[build] change name of workflows to correspond branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed May 27, 2024
1 parent 415f7dc commit 024ad37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_3.1.x.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build_stable
name: build_3.1.x

on:
push:
Expand All @@ -15,12 +15,12 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
with:
path: 'solid_dmft.src'

- name: Build solid_dmft
run: |
mkdir solid_dmft.build && cd solid_dmft.build && cmake ../solid_dmft.src -DMPIEXEC_PREFLAGS='--allow-run-as-root'
mkdir solid_dmft.build && cd solid_dmft.build && cmake ../solid_dmft.src -DMPIEXEC_PREFLAGS='--allow-run-as-root'
make
- name: Test solid_dmft
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_3.2.x.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build_stable
name: build_3.2.x

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_stable.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build_stable
name: build_3.3.x

on:
push:
Expand Down

0 comments on commit 024ad37

Please sign in to comment.