Skip to content

Commit

Permalink
Merge pull request #5712 from gooddata/IMJ-STL-993-post-2
Browse files Browse the repository at this point in the history
chore: skip immediately post merge on not related commits
  • Loading branch information
ivanmjartan authored Dec 16, 2024
2 parents 3c60011 + 0da24dd commit c4e07ca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/push-e2e-integrated-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ on:

jobs:
pull-request-info:
runs-on:
group: infra1-runners-arc
labels: runners-small
if: ${{ !(startsWith(github.event.head_commit.message, format('chore{0} bump versions to', ':')) || startsWith(github.event.head_commit.message, format('chore{0} update Hugo version to', ':'))) }}
runs-on: [ubuntu-latest]
outputs:
author: ${{ steps.author.outputs.result }}
steps:
Expand All @@ -27,7 +26,7 @@ jobs:
result-encoding: string

e2e-integrated:
if: ${{ !(startsWith(github.event.head_commit.message, format('chore{0} bump versions to', ':')) || startsWith(github.event.head_commit.message, format('chore{0} update Hugo version to', ':'))) }}
needs: [pull-request-info]
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit c4e07ca

Please sign in to comment.