Skip to content

Commit

Permalink
add Azure tags trigger (#6066)
Browse files Browse the repository at this point in the history
* add Azure tags trigger

* fix

* mnodes
  • Loading branch information
Borda authored Feb 18, 2021
1 parent 4574023 commit e12c8a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci_test-mnodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,12 @@ name: Multi Nodes GPU Tests
# 20. Upload coverage to Codecov
# 21. Delete Group Node

#on: push

on:
push:
branches:
- master
- release/*
pull_request:
types: [closed]
- never-ever-run-
#pull_request:
# types: [closed]

env:
AWS_CLUSTER: pl-lightning-torchelastic
Expand Down
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
# https://docs.microsoft.com/azure/devops/pipelines/languages/python

trigger:
tags:
include:
- '*'
branches:
include:
- master
- release/*
- refs/tags/*
pr:
- master
- release/*
Expand Down

0 comments on commit e12c8a7

Please sign in to comment.