Skip to content

Commit

Permalink
Merge pull request #486 from iotaledger/fix/feature-ubuntu
Browse files Browse the repository at this point in the history
ansible-playbook is not available on self-hosted actions runner
  • Loading branch information
karimodm authored Nov 2, 2023
2 parents 6dda2c9 + 5558da7 commit 81f9fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/feature-network-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
deploy:
environment: feature
runs-on: self-hosted
runs-on: ubuntu-latest
env:
DOCKER_BUILDKIT: 1
steps:
Expand Down

0 comments on commit 81f9fea

Please sign in to comment.