make nightly job conditional (#1737)
This commit is contained in:
committed by
Nicolás Venturo
parent
e287ea6fe5
commit
b85dfb9824
@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user