Skip to content

Commit

Permalink
revert test conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
ljubon committed May 10, 2024
1 parent 2e73835 commit 8bb0923
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nudge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
types: [completed]
branches: [master]


jobs:
nudge:
runs-on: ubuntu-latest
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/update-consul-versions.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: "Update Consul versions"

on:
pull_request:
# schedule:
# - cron: '22 2 * * *' # Run once per day, at a randomly chosen time.
schedule:
- cron: '22 2 * * *' # Run once per day, at a randomly chosen time.

jobs:
update-consul-versions:
# Only run on main repository
# Scheduled workflows do not have information about fork status, hence the hardcoded check
# if: github.repository == 'G-Research/consuldotnet'
if: github.repository == 'G-Research/consuldotnet'
environment: update-consul-versions
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8bb0923

Please sign in to comment.