Skip to content

Commit

Permalink
Merge pull request #322 from ethstorage/integratiointest
Browse files Browse the repository at this point in the history
update integration test run-on to ubuntu-latest for notification job
  • Loading branch information
ping-ke authored Oct 22, 2024
2 parents b6e4a3b + 911daa0 commit 8a27759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
notification:
if: ${{ always() }}
needs: integration-test
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Send notification email
uses: dawidd6/action-send-mail@v3
Expand Down

0 comments on commit 8a27759

Please sign in to comment.