Skip to content

Commit 86f3453

Browse files
committed
Try checking out the stdlib-fpm branch.
1 parent 6cec323 commit 86f3453

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/fpm-deployment.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
coverage:
6666
name: Generate and upload code coverage report
6767
needs: deploy
68-
if: github.ref == 'refs/heads/stdlib-fpm'
6968
runs-on: ${{ matrix.os }}
7069
strategy:
7170
fail-fast: false
@@ -76,7 +75,9 @@ jobs:
7675

7776
steps:
7877
- name: Checkout code
79-
uses: actions/[email protected]
78+
uses: actions/[email protected]
79+
with:
80+
ref: stdlib-fpm
8081

8182
- uses: fortran-lang/setup-fortran@main
8283
id: setup-fortran

0 commit comments

Comments
 (0)