summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2021-03-18 07:43:52 -0400
committerGitHub <noreply@github.com>2021-03-18 07:43:52 -0400
commit7143244adeb8d00cb9dff8526e887213b83cc359 (patch)
treee6fc159634839683cfae5356d67036fbac93dc5b /.github
parent5d1e43f6f0735307cea584418fde11ac2f3e72c1 (diff)
Fix typos in GHA workflows. (#10803)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker.yml2
-rw-r--r--.github/workflows/packaging.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 84b48eb03a..289436a8e7 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -73,5 +73,5 @@ jobs:
${{
failure()
&& github.event_name != 'pull_request'
- && startsWith(github.ref, 'refs/heads/master'
+ && startsWith(github.ref, 'refs/heads/master')
}}
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index 94eeeef768..460126a3eb 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -141,5 +141,5 @@ jobs:
${{
failure()
&& github.event_name != 'pull_request'
- && startsWith(github.ref, 'refs/heads/master'
+ && startsWith(github.ref, 'refs/heads/master')
}}