We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7eebb commit 290c35eCopy full SHA for 290c35e
.github/workflows/build-project.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
name: Build
14
runs-on: ubuntu-latest
15
- timeout-minutes: 15
+ timeout-minutes: 30
16
17
steps:
18
- name: Checkout
.github/workflows/release-project.yml
@@ -12,6 +12,8 @@ jobs:
push_to_registry:
name: Build and publish
+
19
uses: actions/checkout@v3
0 commit comments