Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): minor fixes to workflows post merge queue enabling #17462

Merged
merged 5 commits into from
May 23, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions .github/workflows/changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,20 @@ jobs:
- "src/sinks/appsignal/**"
- "src/sinks/util/**"
aws:
- "src/aws_**"
- "src/internal_events/aws_**"
- "src/sources/aws_**"
- "src/aws/**"
- "src/internal_events/aws*"
- "src/sources/aws_ecs_metrics/**"
- "src/sources/aws_kinesis_firehose/**"
- "src/sources/aws_s3/**"
- "src/sources/aws_sqs/**"
- "src/sources/util/**"
- "src/sinks/aws_**"
- "src/sinks/aws_cloudwatch_logs/**"
- "src/sinks/aws_cloudwatch_metrics/**"
- "src/sinks/aws_kinesis/**"
- "src/sinks/aws_s3/**"
- "src/sinks/aws_sqs/**"
- "src/sinks/util/**"
- "src/transforms/aws_**"
- "src/transforms/aws*"
axiom:
- "src/sinks/axiom.rs"
- "src/sinks/util/**"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ env:
jobs:

changes:
if: github.event_name == 'pull_request'
uses: ./.github/workflows/changes.yml
with:
base_ref: ${{ github.event.pull_request.base.ref }}
Expand All @@ -43,7 +42,6 @@ jobs:

# Calls the Integration Test workflow for each integration that was detected to have files changed that impact it.
integration-matrix:
if: always()
uses: ./.github/workflows/integration-test.yml
with:
if: ${{ matrix.run.if }}
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ name: Check Spelling
# ... otherwise adjust the `with:` as you wish

on:
push:
branches:
- "**"
tags-ignore:
- "**"
pull_request_target:
branches:
- "**"
Expand Down