Skip to content

Commit

Permalink
Fix job names in GitHub Actions configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfgc committed Aug 18, 2021
1 parent d11be4b commit 85653b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
image: williamfgc/qmcpack-ci:ubuntu2110-serial
options: -u 1001

- jobname: clang-openmpi-real-asan
- jobname: clang-real-asan
container:
image: williamfgc/qmcpack-ci:ubuntu20-openmpi
options: -u 1001

- jobname: clang-openmpi-complex-asan
- jobname: clang-complex-asan
container:
image: williamfgc/qmcpack-ci:ubuntu20-openmpi
options: -u 1001
Expand Down

0 comments on commit 85653b4

Please sign in to comment.