Skip to content

Commit

Permalink
Remove temp updates for pre-merge testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jsandoval81 committed Aug 6, 2024
1 parent c6a21be commit 3f240c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/webroot-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
push:
branches:
- development
- infra/frontend-test-deploy-pipeline # @TODO: Remove before publishing PR
paths:
- webroot/**

Expand All @@ -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
Expand Down Expand Up @@ -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: |
{
Expand Down
2 changes: 1 addition & 1 deletion webroot/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# CompactConnect Frontend
# CompactConnect Frontend

## Table of Contents
- **[Key](#key)**
Expand Down

0 comments on commit 3f240c2

Please sign in to comment.