Skip to content

Commit

Permalink
updating image used.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Jul 8, 2024
1 parent ca21231 commit f33db64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backport-commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

validate-backports-oss:
container: hashicorpdev/backport-assistant:0.4.4
runs-on: [ 'self-hosted, linux' ]
runs-on: [ 'ubuntu-latest' ]
steps:
- name: Fetch Secrets
id: secrets
Expand All @@ -58,7 +58,7 @@ jobs:
validate-backports-enterprise:
container: hashicorpdev/backport-assistant:0.4.4
runs-on: [ 'self-hosted, linux' ]
runs-on: [ 'ubuntu-latest' ]
# needs to run serially because github search api limits to 30 req/minute.
# running in parallel will push it over the limit.
needs:
Expand Down

0 comments on commit f33db64

Please sign in to comment.