diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d884d4ef5..bc730345b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,7 +1,14 @@ name: CI on: - - push - - pull_request + pull_request: + push: + branches: + - master + schedule: + - cron: '00 01 * * *' +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true jobs: pre_job: # continue-on-error: true # Uncomment once integration is finished diff --git a/Project.toml b/Project.toml index 6d94f76b2..2043d0846 100644 --- a/Project.toml +++ b/Project.toml @@ -25,6 +25,8 @@ BloqadeLattices = "0.1" BloqadeMIS = "0.1" BloqadeODE = "0.1" BloqadeWaveforms = "0.1" +Colors = "0.12" +ColorSchemes = "3" ForwardDiff = "0.10" Measurements = "2" PythonCall = "0.8,0.9"