Skip to content

Commit

Permalink
Move RTM workflow to .github folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ihostage committed Oct 10, 2022
1 parent 1bda67a commit 3021c31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This workflow is used for mark pull request as ready to merge and **should be la

:warning: For using this workflow don't forget to configure the `needs` ([GA docs](https://docs.github.com/en/actions/using-workflows/advanced-workflow-features#creating-dependent-jobs)) attribute to make this workflow run last.

**Path**: [`workflows/rtm.yml`](workflows/rtm.yml)
**Path**: [`workflows/rtm.yml`](.github/workflows/rtm.yml)

**Image**: [Ubuntu 20.04](https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2004-Readme.md)

Expand All @@ -25,5 +25,5 @@ needs: # Should be latest
- "check-code-style"
- "..."
- "tests"
uses: taymyr/.github/workflows/rtm.yml@v1
uses: taymyr/.github/.github/workflows/rtm.yml@v1
```

0 comments on commit 3021c31

Please sign in to comment.