Skip to content

Commit

Permalink
ci: run release after CI
Browse files Browse the repository at this point in the history
ci: run release after CI
  • Loading branch information
a0v0 authored Aug 20, 2024
2 parents f9bba3a + d914d20 commit a6c104b
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 1,037 deletions.
59 changes: 0 additions & 59 deletions .github/workflows/checkly.yml

This file was deleted.

16 changes: 7 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: Release

on:
push:
branches: [main]
# on:
# workflow_run:
# workflows: ["CI"]
# types:
# - completed
# branches:
# - main
workflow_run:
workflows: ["CI"]
types:
- completed
branches:
- main

jobs:
release:
Expand Down
36 changes: 0 additions & 36 deletions checkly.config.ts

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
"@vitest/expect": "^1.6.0",
"autoprefixer": "^10.4.19",
"canvas": "^2.11.2",
"checkly": "^4.7.0",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cssnano": "^7.0.3",
Expand Down
Loading

0 comments on commit a6c104b

Please sign in to comment.