We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acfde5 commit b619a00Copy full SHA for b619a00
1 file changed
.github/workflows/dart.yml
@@ -24,7 +24,7 @@ jobs:
24
25
fail_if_pull_request_is_draft:
26
if: github.event.pull_request.draft == true
27
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
28
steps:
29
- name: Fails in order to indicate that pull request needs to be marked as ready to review and unit tests workflow needs to pass.
30
run: exit 1
0 commit comments