Skip to content

Commit

Permalink
workflows: run examples-orms on non-FIPS machines
Browse files Browse the repository at this point in the history
This was an accident.

Epic: CRDB-8308
Release note: None
  • Loading branch information
rickystewart committed Mar 21, 2024
1 parent 1e8c0bd commit b4fdae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-essential-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: ./build/github/cleanup-engflow-keys.sh
if: always()
examples_orms:
runs-on: [self-hosted, basic_big_runner_group_fips]
runs-on: [self-hosted, basic_big_runner_group]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b4fdae8

Please sign in to comment.