Skip to content

Commit

Permalink
Update aws.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias1111 committed Nov 8, 2024
1 parent 1587ff3 commit 08010cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: List S3 Objects - AWS

on:
workflow_dispatch:
pull_request:

env:
AWS_REGION: eu-west-1
Expand All @@ -14,7 +14,8 @@ permissions:

jobs:
list_s3_objects:
runs-on: devops-base
name: list_s3_objects
runs-on: ubuntu-latest

steps:
- name: Configure AWS CLI with OIDC role assumption
Expand Down

0 comments on commit 08010cc

Please sign in to comment.