Skip to content

Commit

Permalink
* test build on terraform (economy)
Browse files Browse the repository at this point in the history
  • Loading branch information
gigimon committed Apr 2, 2024
1 parent a02a31c commit f39d8bd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/economy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
description: "Stand name"
options:
- night-stand
- devnet
- terraform

env:
Expand All @@ -37,11 +36,11 @@ jobs:
runs-on: ubuntu-20.04
if: always()
steps:
- name: Setup `night-stand` by cron schedule
id: setup_night_stand
- name: Setup `terraform` by cron schedule
id: setup_network
if: github.event.schedule=='0 6 * * *'
run: |
echo "NETWORK=night-stand" >> $GITHUB_ENV
echo "NETWORK=terraform" >> $GITHUB_ENV
- uses: actions/checkout@v4
- name: "Prepare terraform stand"
id: prepare_terraform
Expand Down

0 comments on commit f39d8bd

Please sign in to comment.