We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6682a9d commit 3caf17cCopy full SHA for 3caf17c
.github/updatecli/updatecli_amis.tpl
@@ -6,6 +6,7 @@ sources:
6
kind: aws/ami
7
spec:
8
region: {{ requiredEnv "AWS_REGION" }}
9
+ sortby: creationdateasc
10
filters:
11
- name: "owner-id"
12
values: '{{ $ami.owner_id | default "*" }}'
.github/workflows/bumpVersions.yml
@@ -6,6 +6,8 @@ on:
schedule:
- cron: '52 6 * * 1'
push:
+ branches-ignore:
+ - 'master'
paths:
- .github/workflows/bumpVersions.yml
13
- .github/updatecli/**
@@ -80,7 +82,7 @@ jobs:
80
82
UPDATECLI_GITHUB_USERNAME: ${{ vars.BOT_GITHUB_USERNAME }}
81
83
84
- name: Updatecli apply for AMIs
- if: inputs.update-type == 'ami' || github.event_name == 'push' || github.event_name == 'schedule'
85
+ if: inputs.update-type == 'ami' || github.event_name == 'schedule'
86
shell: bash
87
run: |
88
updatecli apply --config .github/updatecli/updatecli_amis.tpl \
0 commit comments