Skip to content

Commit

Permalink
chore(CI): restore back to use main action
Browse files Browse the repository at this point in the history
  • Loading branch information
maqi committed Dec 16, 2024
1 parent 886a8e2 commit 2df9b6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:

- name: Stop the local network and upload logs
if: always()
uses: maidsafe/ant-local-testnet-action@feat-addrs-logs
uses: maidsafe/ant-local-testnet-action@main
with:
action: stop
log_file_prefix: safe_test_logs_memcheck
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ jobs:

- name: Stop the local network and upload logs
if: always()
uses: maidsafe/ant-local-testnet-action@feat-addrs-logs
uses: maidsafe/ant-local-testnet-action@main
with:
action: stop
log_file_prefix: safe_test_logs_e2e
Expand Down Expand Up @@ -1372,7 +1372,7 @@ jobs:
- name: Stop the local network and upload logs
if: always()
uses: maidsafe/ant-local-testnet-action@feat-addrs-logs
uses: maidsafe/ant-local-testnet-action@main
with:
action: stop
platform: ubuntu-latest
Expand Down

0 comments on commit 2df9b6e

Please sign in to comment.