forked from armadaproject/armada
-
Notifications
You must be signed in to change notification settings - Fork 0
47 lines (44 loc) · 1.33 KB
/
not-airflow-operator.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
name: Python Airflow Operator
on:
push:
branches-ignore:
- master
paths-ignore:
- 'client/python/**'
- 'build/python-client/**'
- 'pkg/api/*.proto'
- '.github/workflows/python-client.yml'
- 'docs/python_armada_client.md'
- 'scripts/build-python-client.sh'
- 'third_party/airflow/**'
- 'build/airflow-operator/**'
- 'pkg/api/jobservice/*.proto'
- '.github/workflows/airflow-operator.yml'
- 'docs/python_airflow_operator.md'
- 'scripts/build-airflow-operator.sh'
- '.github/workflows/python-tests/*'
pull_request:
branches-ignore:
- gh-pages
paths-ignore:
- 'client/python/**'
- 'build/python-client/**'
- 'pkg/api/*.proto'
- '.github/workflows/python-client.yml'
- 'docs/python_armada_client.md'
- 'scripts/build-python-client.sh'
- 'third_party/airflow/**'
- 'build/airflow-operator/**'
- 'pkg/api/jobservice/*.proto'
- '.github/workflows/airflow-operator.yml'
- 'docs/python_airflow_operator.md'
- 'scripts/build-airflow-operator.sh'
- '.github/workflows/python-tests/*'
jobs:
airflow-tox:
strategy:
matrix:
go: [ '1.20' ]
runs-on: ubuntu-latest
steps:
- run: 'echo "No airflow operator code modified, not running airflow operator jobs"'