Skip to content

Commit

Permalink
clean debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
HotThoughts committed Jul 28, 2021
1 parent a307dc9 commit 1eabe6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/configs/mr-test-schedule.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"body": "```yml\r\ninclude:\r\n - dataset: [\"Carbon Bot\"]\r\n config: [\"Sparse + DIET(bow) + ResponseSelector(bow)\"]\r\n```"
"body": "```yml\r\ninclude:\r\n - dataset: [\"all\"]\r\n config: [\"all\"]\r\n```"
}
4 changes: 1 addition & 3 deletions .github/workflows/ci-model-regression-on-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
schedule:
# Run once a week
- cron: '1 23 * * */7'
pull_request: # DEBUG


env:
GKE_ZONE: us-central1
Expand Down Expand Up @@ -490,7 +488,7 @@ jobs:
- name: Create GitHub Issue 📬
id: create-issue
# if: steps.performance.outputs.is_dropped == 'true' && steps.issue-exists.outputs.result == 'false'
if: steps.performance.outputs.is_dropped == 'true' && steps.issue-exists.outputs.result == 'false'
uses: actions/github-script@a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293 # v4
with:
# do not use GITHUB_TOKEN here because it wouldn't trigger subsequent workflows
Expand Down

0 comments on commit 1eabe6b

Please sign in to comment.