forked from csg-org/CompactConnect
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove temp updates for pre-merge testing
- Loading branch information
1 parent
c6a21be
commit 3f240c2
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ on: | |
push: | ||
branches: | ||
- development | ||
- infra/frontend-test-deploy-pipeline # @TODO: Remove before publishing PR | ||
paths: | ||
- webroot/** | ||
|
||
|
@@ -19,7 +18,7 @@ on: | |
jobs: | ||
WebrootDeploy: | ||
# Only run this workflow in certian repos | ||
# if: github.repository == 'csg-org/CompactConnect' # @TODO: Re-enable before publishing PR | ||
if: github.repository == 'csg-org/CompactConnect' | ||
|
||
# Runner OS | ||
runs-on: ubuntu-latest | ||
|
@@ -126,8 +125,7 @@ jobs: | |
uses: slackapi/[email protected] | ||
# https://github.com/slackapi/slack-github-action?tab=readme-ov-file#technique-2-slack-app | ||
with: | ||
# channel-id: 'z_jcc_and_inspiringapps' # @TODO: Re-enable before publishing PR | ||
channel-id: 'app-test' # @TODO: Remove before publishing PR | ||
channel-id: 'z_jcc_and_inspiringapps' | ||
# https://app.slack.com/block-kit-builder | ||
payload: | | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
# CompactConnect Frontend | ||
# CompactConnect Frontend | ||
|
||
## Table of Contents | ||
- **[Key](#key)** | ||
|