Skip to content

Commit

Permalink
updating azure boards workflow file [ci skip] (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Miller <dan.miller@blackbaud.com>
  • Loading branch information
Blackbaud-DanMiller and Dan Miller committed Jul 23, 2020
1 parent f2669f7 commit 8944c55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/skyux-azboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ name: Sync issue to Azure DevOps work item
jobs:
alert:
runs-on: ubuntu-latest
steps:
- name: Block Concurrent Executions
uses: softprops/turnstyle@v1
with:
poll-interval-seconds: 30
env:
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
steps:
- name: Print context
env:
Expand Down

0 comments on commit 8944c55

Please sign in to comment.