Skip to content

Commit

Permalink
ci: disabled [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Dec 4, 2024
1 parent 1af8c5c commit facb69e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Cypress component testing

on:
pull_request:
branches:
- master
- dev
workflow_dispatch:


concurrency:
# New commit on branch cancels running workflows of the same branch
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/documentation-deploy-pr.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: Deploy documentations artefacts [PR]

on:
pull_request_target:
branches:
- dev
pull_request:
branches:
- master
workflow_dispatch:

concurrency:
# New commit on branch cancels running workflows of the same branch
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: Release

on:
pull_request:
branches:
- master
pull_request_target:
branches:
- dev
workflow_dispatch:

concurrency:
# New commit on branch cancels running workflows of the same branch
Expand Down

0 comments on commit facb69e

Please sign in to comment.