From c62ace203c77ce3304d1b723d9e0f03c032c2ac0 Mon Sep 17 00:00:00 2001 From: Yuriy Kohut Date: Fri, 12 Jul 2024 18:18:10 +0300 Subject: [PATCH] CI: GitHub Action to test AlmaLinux arm64 distribution (#7) - remove unnecessary instance tag --- .github/workflows/almalinux-compose-test-arm64.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/almalinux-compose-test-arm64.yml b/.github/workflows/almalinux-compose-test-arm64.yml index b0fe76f..0ca61bd 100644 --- a/.github/workflows/almalinux-compose-test-arm64.yml +++ b/.github/workflows/almalinux-compose-test-arm64.yml @@ -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: