Skip to content

Commit

Permalink
.gitignore fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz committed Jan 4, 2021
1 parent 4823391 commit 279f041
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
11 changes: 0 additions & 11 deletions flank-scripts/src/flank-scripts.properties

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,3 @@ private fun GitHubWorkflowRun?.logRun() = this?.also {
""".trimIndent()
)
}

fun main() {
runBlocking {
getLastWorkflowRunDate(
token = "46b81695ce4a71ca20e7d618d20c75bcc6a5268e",
workflowFileName = "full_suite_integration_tests.yml"
)
}
}

0 comments on commit 279f041

Please sign in to comment.