Skip to content

Commit ffab0b3

Browse files
committed
Add image exist checks to tag builds.
Signed-off-by: Humair Khan <[email protected]>
1 parent 0a379a6 commit ffab0b3

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/image-check.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Image-check
22
on:
3-
push:
4-
branches:
5-
- '**'
6-
tags-ignore:
7-
- 'v*'
8-
pull_request:
3+
# push:
4+
# branches:
5+
# - '**'
6+
# tags-ignore:
7+
# - 'v*'
8+
# pull_request:
99
workflow_dispatch:
1010

1111
jobs:

.github/workflows/precommit.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Pre-commit
22
on:
3-
push:
4-
branches:
5-
- '**'
6-
tags-ignore:
7-
- 'v*'
8-
pull_request:
3+
# push:
4+
# branches:
5+
# - '**'
6+
# tags-ignore:
7+
# - 'v*'
8+
# pull_request:
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)