Skip to content

Commit

Permalink
refactor: [DX-3251] - blacksmith runner and cache refactor (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-schrepel authored Nov 26, 2024
1 parent 59d43a7 commit 919e879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
update-branch-changelog:
if: ${{ github.event.head_commit.id != github.event.before && github.event.created != true }}
runs-on: ubuntu-latest
runs-on: blacksmith
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-changelog_manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
create-release:
if: (contains( github.event.head_commit.message, 'major release') || contains( github.event.head_commit.message,'minor release') || contains( github.event.head_commit.message, 'patch release'))
runs-on: ubuntu-latest
runs-on: blacksmith
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand Down

0 comments on commit 919e879

Please sign in to comment.