Skip to content

Commit e06f4d4

Browse files
authored
Merge branch 'main' into appsec/harden-yarn-config
2 parents 076af13 + c8fab5e commit e06f4d4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci-standard-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ on:
1515
jobs:
1616
ci-standard-checks:
1717
uses: Typeform/.github/.github/workflows/ci-standard-checks-workflow.yaml@v1
18+
with:
19+
runner: ubuntu-latest

.github/workflows/dependabot-automerge.yml

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

1111
jobs:
1212
dependabot:
13-
runs-on: [self-hosted, ci-universal]
13+
runs-on: ubuntu-latest
1414
if: github.actor == 'dependabot[bot]'
1515

1616
steps:

0 commit comments

Comments
 (0)