Skip to content

CFE-4222: Removed considerations for old versions from bundle agent cfe_autorun_inventory_aws_ec2_metadata_cache (3.18) #465

CFE-4222: Removed considerations for old versions from bundle agent cfe_autorun_inventory_aws_ec2_metadata_cache (3.18)

CFE-4222: Removed considerations for old versions from bundle agent cfe_autorun_inventory_aws_ec2_metadata_cache (3.18) #465

Workflow file for this run

name: Continuous Integration
on:
# run this workflow on pull_request activity
# this includes opening and pushing more commits
pull_request:
branches: [ master, 3.18.x, 3.15.x ]
# run this workflow on push/merge activity
# pull_request activity won't detect changes
# in the upstream branch before we merge
push:
branches: [ master, 3.18.x, 3.15.x ]
jobs:
style_check:
uses: ./.github/workflows/style_check.yml
tests:
needs: style_check
uses: ./.github/workflows/tests.yml
valgrind:
needs: style_check
uses: ./.github/workflows/valgrind.yml