Skip to content

Commit

Permalink
Moving sweeper to self-hosted runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
robotrapta committed Jan 20, 2025
1 parent 28ec988 commit 1d91a88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sweeper-eeut.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ env:

jobs:
destroy-expired-eeut-stacks:
runs-on: ubuntu-22.04
#runs-on: ubuntu-22.04 # preferably
# Currently running on self-hosted because something is wrong with the AWS perms on the GH runners.
runs-on: self-hosted
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_CICD_PAT }}
defaults:
Expand Down

0 comments on commit 1d91a88

Please sign in to comment.