We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c6fc7 commit 0e7fa88Copy full SHA for 0e7fa88
1 file changed
.github/workflows/coverage.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
test:
12
name: Run tests & display coverage
13
- runs-on: ubuntu-latest
+ runs-on: linux-ubuntu-latest
14
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
15
permissions:
16
# Gives the action the necessary permissions for publishing new
0 commit comments