We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1d49a commit 103ae24Copy full SHA for 103ae24
.github/workflows/build.yml
@@ -11,7 +11,7 @@ on:
11
- published
12
schedule:
13
# Run this workflow at 6 PM UTC every Sunday
14
- - cron: "0 18 * * *"
+ - cron: "0 18 * * 0"
15
16
concurrency:
17
group: ${{ github.workflow }}-${{ github.ref }}
@@ -127,7 +127,7 @@ jobs:
127
name: Deploy packages to development feed
128
timeout-minutes: 15
129
needs: sign
130
- if: ${{ github.event_name != 'pull_request' }}
+ if: ${{ github.event_name != 'pull_request' && github.event_name != 'schedule' }}
131
environment: azdo
132
runs-on: ubuntu-latest
133
permissions:
0 commit comments