Commit b85dfb98 by Francisco Giordano Committed by Nicolás Venturo

make nightly job conditional (#1737)

parent e287ea6f
...@@ -34,6 +34,7 @@ jobs: ...@@ -34,6 +34,7 @@ jobs:
name: "Unit tests using solc nightly" name: "Unit tests using solc nightly"
script: npm run test script: npm run test
env: SOLC_NIGHTLY=true env: SOLC_NIGHTLY=true
if: branch = master and type != pull_request
notifications: notifications:
slack: slack:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment