Skip to content

Instantly share code, notes, and snippets.

@klj613
Last active May 31, 2019 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klj613/f4f8a2e72b59af504939f17fbaf5b441 to your computer and use it in GitHub Desktop.
Save klj613/f4f8a2e72b59af504939f17fbaf5b441 to your computer and use it in GitHub Desktop.
applications:
- name: 'project1'
changed_when:
- './project1/*'
jobs:
include:
- name: "project1-fast-tests"
if: "project1 IN changed_applications"
- name: "project1-slow-tests"
if: "project1 IN changed_applications AND branch = master AND type != pull_request"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment