Skip to content

Commit

Permalink
Using public runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Robertorosmaninho committed Sep 20, 2023
1 parent 0f742be commit d380e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

post-performance-tests:
name: 'Performace Tests'
runs-on: [self-hosted, linux, normal]
runs-on: ubuntu-latest #[self-hosted, linux, normal]
continue-on-error: true
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d380e78

Please sign in to comment.