Fix duplicate messages issues in gitlab_slack_notifier.py (#34057) #32
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: Check Devcontainer | |
on: | |
pull_request: | |
paths: | |
- .devcontainer/** | |
- pyproject.toml | |
- poetry.lock | |
- .github/workflows/check-devcontainer.yml | |
push: | |
branches: | |
- master | |
paths: | |
- .devcontainer/** | |
- pyproject.toml | |
- poetry.lock | |
- .github/workflows/check-devcontainer.yml | |
jobs: | |
Build-Devcontainer: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Run demisto-sdk in devcontainer | |
uses: devcontainers/[email protected] # disable-secrets-detection | |
with: | |
push: never | |
runCmd: demisto-sdk --version |