refactor: timing on open_space channel created vs batch created #53
Workflow file for this run
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
name: CI on Pull Request | |
on: | |
pull_request: | |
jobs: | |
build: | |
name: Build Sessions API | |
uses: thatconference/that-gh-actions/.github/workflows/build-validate-api.yml@main | |
with: | |
apiName: sessions | |
isForDeploy: false | |
branchName: ${{ github.ref_name }} | |
nodeVersion: 18 | |
secrets: | |
SLACK_WEBHOOK_DEV_NOTIFICATIONS: ${{ secrets.SLACK_WEBHOOK_DEV_NOTIFICATIONS }} |