Skip to content

Commit

Permalink
Update CORE_REPO_SHA
Browse files Browse the repository at this point in the history
Fixes #2754
  • Loading branch information
ocelotl committed Jul 30, 2024
1 parent 1c8d8ef commit 86b44be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/instrumentations_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'release/*'
pull_request:
env:
CORE_REPO_SHA: f31903a03721ce90c338be33131222d4cba37325
CORE_REPO_SHA: main

jobs:
instrumentations-0:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/instrumentations_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'release/*'
pull_request:
env:
CORE_REPO_SHA: f31903a03721ce90c338be33131222d4cba37325
CORE_REPO_SHA: main

jobs:
instrumentations-1:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'release/*'
pull_request:
env:
CORE_REPO_SHA: f31903a03721ce90c338be33131222d4cba37325
CORE_REPO_SHA: main

jobs:
lint-3_12:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'release/*'
pull_request:
env:
CORE_REPO_SHA: f31903a03721ce90c338be33131222d4cba37325
CORE_REPO_SHA: main

jobs:
misc:
Expand Down

0 comments on commit 86b44be

Please sign in to comment.