Skip to content

Commit

Permalink
workflow: run on nomadtools
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamilcuk committed Jul 15, 2024
1 parent 7079328 commit 1bfd9df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- nomad: 1.6.8
python: 3.7
name: Test
runs-on: ubuntu-latest
runs-on: nomadtools tag=ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

test_ssl:
name: Test ssl
runs-on: ubuntu-latest
runs-on: nomadtools tag=ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -69,7 +69,7 @@ jobs:
- test_ssl
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
#if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
runs-on: nomadtools tag=ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/nomad-tools
Expand Down

0 comments on commit 1bfd9df

Please sign in to comment.