Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

build(deps): bump apache-airflow from 2.8.3 to 2.9.3 #28

build(deps): bump apache-airflow from 2.8.3 to 2.9.3

build(deps): bump apache-airflow from 2.8.3 to 2.9.3 #28

name: Pull request main (workflows)
on:
pull_request_target:
branches: [main]
paths:
- "workflows/**"
jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
ref: ${{ github.ref }}
test:
needs: lint
uses: ./.github/workflows/test-workflows.yml
with:
ref: ${{ github.event.pull_request.head.sha }}
secrets: inherit