Skip to content

Merge pull request #9 from dfinity/maxperf #54

Merge pull request #9 from dfinity/maxperf

Merge pull request #9 from dfinity/maxperf #54

Workflow file for this run

name: Main
on:
push:
branches:
- "main"
paths-ignore:
- airflow-content-syncer/**
- airflow-customized/**
pull_request:
paths-ignore:
- airflow-content-syncer/**
- airflow-customized/**
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
CI:
runs-on: ubuntu-latest
# This image is based on ubuntu:20.04
steps:
- uses: actions/checkout@v4
########################################
# Test
########################################
- name: "Test"
uses: ./.github/workflows/test