Giter Club home page Giter Club logo

circle-simple-path-filtering's Introduction

Simple path filtering on CircleCI

This repository demonstrates a minimalist implementation of path filtering on CircleCI.

Everything is implemented inside a single config .circleci/config.yml. The setup workflow/job runs on .circleci/config.yml, then it spools .circleci/config.yml again for continuation. For continuing workflows, the setup job passes 3 parameters (i.e., run-setup, run-module-a and run-module-b) to tell which job should run and which should not: For instance, run-setup is always set to false to avoid running the setup job again, and run-module-a / run-module-b will be set to true if (and only if) changes are made in module-a / module-b directory, respectively.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.