Skip to content

Commit

Permalink
Work-around Github Actions problem by enabling manual run of the work…
Browse files Browse the repository at this point in the history
…flows (#1947)

Signed-off-by: simvalery <[email protected]>
  • Loading branch information
simvalery authored Mar 27, 2023
1 parent 590b0bf commit 75da2df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Guardian CI API Tests
on:
workflow_dispatch:
description: 'Manual run'
push:
branches-ignore:
- 'dependabot/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Guardian CI
on:
workflow_dispatch:
description: 'Manual run'
push:
branches-ignore:
- 'dependabot/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Publish Images
on:
workflow_dispatch:
description: 'Manual run'
release:
types: [published]

Expand Down

0 comments on commit 75da2df

Please sign in to comment.