Skip to content

Commit

Permalink
remove additional action and reuse existing one
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Dziedziak <[email protected]>
  • Loading branch information
lukidzi committed Feb 9, 2024
1 parent deffded commit 7f7120a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 50 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
description: Envoy version to build (don't include leading v)
type: string
required: true
schedule:
- cron: 0 6 * * 1

permissions:
id-token: write
Expand All @@ -25,7 +27,7 @@ jobs:
with:
os: ${{ matrix.os }}
arch: ${{ matrix.arch }}
version: ${{ inputs.version }}
version: ${{ inputs.version || 'main' }}
package:
runs-on: ubuntu-latest
needs: build
Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/build-main.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release-hosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/envoy-ci
role-duration-seconds: 14400
role-duration-seconds: 600
aws-region: us-east-2
- name: Release MacOS available hosts
working-directory: terraform
Expand Down

0 comments on commit 7f7120a

Please sign in to comment.