Skip to content

Commit c3361f5

Browse files
authored
Merge pull request #4 from cloudbeds/emo/ci-custom-runners
fix(ci): don't prevent CI runs if we only change .github/ files
2 parents 66eb106 + 1f3771e commit c3361f5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/merge-main.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ on:
66
- main
77
paths-ignore:
88
- '**.md'
9-
- '.github/**'
109

1110
jobs:
1211
build-push:
1312
name: Build and push application image
14-
runs-on: ubuntu-latest
13+
runs-on: default
1514
permissions:
1615
id-token: write
1716
contents: read

.github/workflows/release-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
re-tag:
1212
name: Re-tag image
13-
runs-on: ubuntu-latest
13+
runs-on: default
1414
permissions:
1515
id-token: write
1616
contents: read

0 commit comments

Comments
 (0)