Skip to content

Commit

Permalink
(fix): Rename of activity checker. Was needed after org rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Oct 23, 2024
1 parent 92b3e36 commit 017b1f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples-application-testing-bare-metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
recent_examples_commit: ${{ steps.check_examples_commits.outputs.should_run }}
steps:
- id: check_gmt_commits
uses: green-coding-solutions/green-ci-activity-checker@main
uses: green-coding-solutions/eco-ci-activity-checker@main
with:
repo: 'green-coding-solutions/green-metrics-tool'
branch: 'main'

- id: check_examples_commits
uses: green-coding-solutions/green-ci-activity-checker@main
uses: green-coding-solutions/eco-ci-activity-checker@main

run-tests:
needs: check-commits
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples-application-testing-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
electricitymaps-api-token: ${{ secrets.ELECTRICITYMAPS_TOKEN }}

- id: check_gmt_commits
uses: green-coding-solutions/green-ci-activity-checker@main
uses: green-coding-solutions/eco-ci-activity-checker@main
with:
repo: 'green-coding-solutions/green-metrics-tool'
branch: 'main'

- id: check_examples_commits
uses: green-coding-solutions/green-ci-activity-checker@main
uses: green-coding-solutions/eco-ci-activity-checker@main
with:
repo: 'green-coding-solutions/example-applications'
branch: 'main'
Expand Down

0 comments on commit 017b1f9

Please sign in to comment.