Skip to content

Commit

Permalink
Don't run alpine on each commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Apr 21, 2022
1 parent a179d81 commit a379a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
#- run: npm run deno-test
- run: npm test
build-alpine:
if: startsWith(github.ref, 'refs/tags/')
#if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-18.04
container: node:14-alpine
steps:
Expand Down

0 comments on commit a379a37

Please sign in to comment.