Skip to content

Commit

Permalink
Add dependencies for benchmark jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 23, 2024
1 parent d1bd522 commit f96cc4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI_benchmark_dot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
Benchmark_ifx:
if: github.repository_owner == 'gha3mi'
needs: [Benchmark_gfortran]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down Expand Up @@ -140,6 +141,7 @@ jobs:
Benchmark_ifort:
if: github.repository_owner == 'gha3mi'
needs: [Benchmark_gfortran, Benchmark_ifx]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down Expand Up @@ -201,6 +203,7 @@ jobs:
Benchmark_nvfortran:
if: github.repository_owner == 'gha3mi'
needs: [Benchmark_gfortran, Benchmark_ifx, Benchmark_ifort]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down Expand Up @@ -269,7 +272,7 @@ jobs:
pull-requests: write
strategy:
fail-fast: false

steps:
- name: Create Pull Request
env:
Expand Down

0 comments on commit f96cc4c

Please sign in to comment.