Skip to content

Commit

Permalink
changes after move repo to aiidateam
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Sep 18, 2023
1 parent 8e45413 commit e524fa6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
push:
branches:
- main
workflow_dispatch:

# https://docs.github.com/en/actions/using-jobs/using-concurrency
concurrency:
Expand All @@ -21,9 +22,7 @@ concurrency:
jobs:

webpage:
#if: github.repository == 'aiidateam/aiida-resource-registry' && github.ref == 'refs/heads/master'
# XXX: for testing
if: github.repository == 'unkcpz/aiida-resource-registry'
if: github.repository == 'aiidateam/aiida-resource-registry' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest

env:
Expand Down
2 changes: 1 addition & 1 deletion daint.cscs.ch/gpu/computer-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
label:
description: A short name to identify the computer
type: text
key_display: Label
key_display: Computer Label
slurm_partition:
description: The slurm partition to submit jobs to
type: list
Expand Down
2 changes: 1 addition & 1 deletion daint.cscs.ch/mc/computer-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
label:
description: A short name to identify the computer
type: text
key_display: Label
key_display: Computer Label
slurm_partition:
description: The slurm partition to submit jobs to
type: list
Expand Down
2 changes: 1 addition & 1 deletion gh_page/resource.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/unkcpz/aiida-resource-registry/main/gh_page/resource.schema.json",
"$id": "https://raw.githubusercontent.com/aiidateam/aiida-resource-registry/main/gh_page/resource.schema.json",
"$ref": "#/definitions/domain",
"definitions": {
"domain": {
Expand Down

0 comments on commit e524fa6

Please sign in to comment.