-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename scrip file containing typo: cs for sc (StorageClass) - otherwise misleading * remove script, as describe on vre issue #16 - https://github.com/vre-hub/vre/issues/16\#issuecomment-1511277938 * comment diagram CI script - not running properly as it tries to push directly to main
- Loading branch information
1 parent
5a44ac4
commit 1ff06dc
Showing
4 changed files
with
15 additions
and
56 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
name: Create diagram | ||
# name: Create diagram | ||
|
||
on: | ||
workflow_dispatch: {} | ||
push: | ||
branches: | ||
- main | ||
# on: | ||
# workflow_dispatch: {} | ||
# push: | ||
# branches: | ||
# - main | ||
|
||
jobs: | ||
get_data: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@master | ||
- name: Update diagram | ||
uses: githubocto/repo-visualizer@main | ||
# jobs: | ||
# get_data: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Checkout code | ||
# uses: actions/checkout@master | ||
# - name: Update diagram | ||
# uses: githubocto/repo-visualizer@main |
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
File renamed without changes.
This file was deleted.
Oops, something went wrong.