Skip to content

Commit 8e8797c

Browse files
committed
ci: fix docker yaml file
1 parent cfbc27c commit 8e8797c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111

1212
jobs:
1313
build:
14+
if: "!startsWith(github.event.head_commit.message, '[skip ci] ')"
15+
runs-on: ubuntu-latest
16+
timeout-minutes: 40
17+
steps:
1418
- name: Getting image tag
1519
if: github.repository == 'georchestra/geonetwork' && github.actor != 'dependabot[bot]'
1620
id: version

0 commit comments

Comments
 (0)