We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675e523 commit d70d0a7Copy full SHA for d70d0a7
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,6 @@ jobs:
48
runs-on: ubuntu-latest
49
steps:
50
- name: Checkout code
51
- if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master') && success()
52
uses: actions/checkout@master
53
with:
54
fetch-depth: 1
0 commit comments