Skip to content

Commit

Permalink
Logic swap
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Jan 25, 2025
1 parent e8d3613 commit 7e14323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
electricitymaps-api-token: ${{ secrets.ELECTRICITYMAPS_TOKEN }}

- name: Initialize Energy Estimation (macos-14)
if: ${{ !contains(matrix.os, 'macos-14') }}
if: ${{ contains(matrix.os, 'macos-14') }}
uses: ./
with:
task: start-measurement
Expand All @@ -66,7 +66,7 @@ jobs:
machine-power-data: "macos-14-mac-mini-m1.sh"

- name: Initialize Energy Estimation (macos-13)
if: ${{ !contains(matrix.os, 'macos-13') }}
if: ${{ contains(matrix.os, 'macos-13') }}
uses: ./
with:
task: start-measurement
Expand Down

0 comments on commit 7e14323

Please sign in to comment.