Skip to content

Commit 0fe0608

Browse files
committed
re-label workflows
1 parent bde4a06 commit 0fe0608

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/comp-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Compile binaries and then test them.
1+
name: CALLED Compile binaries and then test them.
22
# Called from .github/workflows/comp_test_matrix.yml
33

44
permissions:

.github/workflows/g2new-redhat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
shell: bash -l {0}
5858
run: |
5959
source /local/bht/py313-build/bin/activate
60-
conda build purge
60+
rm -rf ~/.conda/constructor # strange, why needed?
6161
cd /local/bht/buildtools/install
6262
constructor RHEL
6363
# Now have a gsas2new-rhel-####-<platform>.sh/.exe

.github/workflows/g2new-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build & test gsas2new self-installer on all platforms
1+
name: CALLED Build & test gsas2new self-installer on all platforms
22
# Called from .github/workflows/G2new-test_matrix.yml
33

44
permissions:

.github/workflows/gsas2full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build the gsas2full self-installer for all supported platforms
22
#
3-
name: build gsas2full
3+
name: OLD build gsas2full
44

55
permissions:
66
contents: write

.github/workflows/standin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# this needs a personal access token, described in GH_token-gen.txt
66

7-
name: remote-triggered test workflow
7+
name: TEST remote-triggered test workflow
88
on:
99
#workflow_dispatch: # nice for debugging
1010
repository_dispatch: # run from Web API

0 commit comments

Comments
 (0)