Skip to content

Commit

Permalink
Disable action
Browse files Browse the repository at this point in the history
  • Loading branch information
niwaniwa committed Sep 23, 2023
1 parent 5aa521b commit 333f7b6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-listing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ env:

on:
workflow_dispatch:
workflow_run:
workflows: [Build Release]
types:
- completed
release:
types: [published, created, edited, unpublished, deleted, released]
# workflow_run:
# workflows: [Build Release]
# types:
# - completed
# release:
# types: [published, created, edited, unpublished, deleted, released]

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit 333f7b6

Please sign in to comment.