Skip to content

Commit

Permalink
Merge pull request #4 from cloudbeds/emo/ci-custom-runners
Browse files Browse the repository at this point in the history
fix(ci): don't prevent CI runs if we only change .github/ files
  • Loading branch information
potyl authored Mar 19, 2024
2 parents 66eb106 + 1f3771e commit c3361f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/merge-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ on:
- main
paths-ignore:
- '**.md'
- '.github/**'

jobs:
build-push:
name: Build and push application image
runs-on: ubuntu-latest
runs-on: default
permissions:
id-token: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

re-tag:
name: Re-tag image
runs-on: ubuntu-latest
runs-on: default
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit c3361f5

Please sign in to comment.