Skip to content

Commit

Permalink
CI: GitHub Action to test AlmaLinux arm64 distribution (#7)
Browse files Browse the repository at this point in the history
- remove unnecessary instance tag
  • Loading branch information
yuravk authored Jul 12, 2024
1 parent 646484c commit c62ace2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/almalinux-compose-test-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:
ec2_spot_instance_strategy: None # Other options are: SpotOnly, BestEffort, MaxPerformance
ec2_instance_tags: > # Required for IAM role resource permission scoping
[
{"Key": "Project", "Value": "GitHub Actions Self-hosted Runners"},
{"Key": "Owner", "Value": "${{ secrets.EC2_OWNER }}"}
{"Key": "Project", "Value": "GitHub Actions Self-hosted Runners"}
]
compose-test:
Expand Down

0 comments on commit c62ace2

Please sign in to comment.