Skip to content

Commit

Permalink
Reverted testing. Changed slack notifications channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Nov 9, 2023
1 parent e434e1c commit 2840e2c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/automatic-upstream-merge-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
# run on 1th and 15th day of any month, ie fortnightly
schedule:
- cron: '* * 1,15 * *'
# for testing, remove before merge
workflow_dispatch:
push:
branches:
- A0-3232

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand All @@ -30,7 +25,7 @@ jobs:
target-branch: master
upstream-repo-url: https://github.com/paritytech/polkadot-staking-dashboard
upstream-branch: main
slack-webhook-url: ${{ secrets.SLACK_INCOMING_WEBHOOK_TEMP_SLACK_NOTIFICATIONS }}
slack-webhook-url: ${{ secrets.SLACK_INCOMING_WEBHOOK_DEV_ONDUTY }}
git-commit-author: ${{ secrets.AUTOCOMMIT_AUTHOR }}
git-commit-email: ${{ secrets.AUTOCOMMIT_EMAIL }}
gh-ci-token: ${{ secrets.CI_GH_TOKEN }}

0 comments on commit 2840e2c

Please sign in to comment.