We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f0668 commit 646f39eCopy full SHA for 646f39e
.github/workflows/go.yml
@@ -83,3 +83,6 @@ jobs:
83
# Each matrix instance runs as a different name, which doesn't play nicely
84
# with branch-protection rules. We instead require this job.
85
needs: go_tidy_matrix
86
+ runs-on: ubuntu-latest
87
+ steps:
88
+ - run: echo "I'm a no-op"
0 commit comments