Skip to content

Commit 90f1bf6

Browse files
committed
runner on github hosted
1 parent 5ae7b02 commit 90f1bf6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dev_image_building.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010

1111
###### dockerhub logging ######
1212
runs-on:
13-
# - ubuntu-latest
13+
- ubuntu-latest
1414
# - nchc
1515
# - cindy
1616
# - poca
17-
- hope
17+
# - hope
1818
if: github.ref == 'refs/heads/dev'
1919

2020
steps:

.github/workflows/master_image_publishing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
build-and-publish:
1515

1616
runs-on:
17-
#- ubuntu-latest
17+
- ubuntu-latest
1818
# - poca
1919
# - gardner
2020
# - cindy
21-
- hope
21+
# - hope
2222
if: github.ref == 'refs/heads/master'
2323

2424
steps:

0 commit comments

Comments
 (0)