diff --git a/.github/workflows/update-variables.yml b/.github/workflows/update-variables.yml new file mode 100644 index 00000000000..3aa98761f79 --- /dev/null +++ b/.github/workflows/update-variables.yml @@ -0,0 +1,17 @@ +--- +name: update collection variables + +concurrency: + group: ${{ github.head_ref }} + cancel-in-progress: true + +on: + push: + branches: + - main + - 'stable-*' + pull_request_target: + +jobs: + update-variables: + uses: abikouo/github_actions/.github/workflows/update_aws_variables.yml@automate_aws_user_agent_variable \ No newline at end of file