Skip to content

Commit

Permalink
Added instructions for if initialize workflow fails to run
Browse files Browse the repository at this point in the history
  • Loading branch information
hampusnasstrom committed May 16, 2024
1 parent 01f9d99 commit 3c5d7ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/initialize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Template Repository Initialization
on:
# Triggers the workflow on creation of repository
create:
workflow_dispatch:

env:
# Use docker.io for Docker Hub if empty
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
> [!IMPORTANT]
> The templated repository will run a GitHub action on creation which might take a few minutes.
> After the workflow finishes you should refresh the page and this message should disappear.
> If this message persists you might need to trigger the workflow manually by navigating to the
> "Actions" tab at the top, clicking "Template Repository Initialization" on the left side,
> and triggering it by clicking "Run workflow" under the "Run workflow" button on the right.
# NOMAD Oasis Distribution *Template*
This repository is a template for creating your own custom NOMAD Oasis distribution image.
Expand Down

0 comments on commit 3c5d7ba

Please sign in to comment.