Skip to content

Commit

Permalink
Remove testing repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch committed Aug 16, 2024
1 parent 3a11d15 commit 7ba79cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dashboard.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: Dashboard

on:
# TOOD: Remove before PR is out of draft
push:
branches: ["main"]
schedule:
- cron: '0 0 * * 1-5'
jobs:
build:
# This should only run in one place.
# TOOD: Change org before PR is out of draft
if: contains(github.repository, 'dougch/s2n-quic')
if: contains(github.repository, 'aws/s2n-quic')
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 7ba79cc

Please sign in to comment.