Skip to content

Commit e8f5a20

Browse files
committed
fix: remove run_docker
1 parent 581c049 commit e8f5a20

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/check-bioc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ env:
3939
run_pkgdown: 'false'
4040
has_RUnit: 'false'
4141
cache-version: 'cache-v1'
42-
run_docker: 'true'
4342

4443
jobs:
4544
build-check:
@@ -293,7 +292,7 @@ jobs:
293292
docker-build-and-push:
294293
runs-on: ubuntu-latest
295294
needs: build-check
296-
if: "!contains(github.event.head_commit.message, '/nodocker') && env.run_docker == 'true' && github.ref == 'refs/heads/devel'"
295+
if: "!contains(github.event.head_commit.message, '/nodocker') && github.ref == 'refs/heads/devel'"
297296
steps:
298297
- name: Checkout Repository
299298
uses: actions/checkout@v3

0 commit comments

Comments
 (0)