Skip to content

Commit

Permalink
XXX: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed May 13, 2024
1 parent 82eee5c commit 9beb366
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ jobs:
const base_ref = process.env.GITHUB_BASE_REF;
if (base_ref.startsWith('release/')) {
// This is a pull request against a release branch.
configs.push(macConfig)
configs.push(macArmConfig)
configs.push(linuxConfig)
configs.push(windowsConfig)
add_config(configs, macConfig)
add_config(configs, macArmConfig)
add_config(configs, linuxConfig)
add_config(configs, windowsConfig)
}
if (configs.length == 0) {
Expand Down

0 comments on commit 9beb366

Please sign in to comment.