From 6e707bea7f3952b90695666a9f4d5b7fac9cf76b Mon Sep 17 00:00:00 2001 From: Ganesh Gore Date: Tue, 6 Apr 2021 09:11:19 -0600 Subject: [PATCH] [CICD] Force CI on the master push --- .github/workflows/buildDocker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildDocker.yml b/.github/workflows/buildDocker.yml index 0a721c9..a6b0c0d 100644 --- a/.github/workflows/buildDocker.yml +++ b/.github/workflows/buildDocker.yml @@ -36,7 +36,7 @@ jobs: ${{ matrix.config.name }}_PNR/*_task/** - name: Running benchmark shell: bash - if: ${{ env.GIT_DIFF || (github.event_name == 'pull_request' && github.ref == 'refs/heads/master') }} + if: ${{ env.GIT_DIFF || (github.event_name == 'pull_request' && github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/master') }} run: | ${PYTHON_EXEC} -m pip install -r requirements.txt cat ${{ matrix.config.name }}_PNR/${{ matrix.config.name }}_task/config/task_simulation.conf