Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
sunker committed Feb 7, 2024
1 parent f3b33fa commit d79d149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/e2e-version/com/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/actions/e2e-version/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async function run() {
version,
}));

if (skipGrafanaDevImage !== true) {
if (skipGrafanaDevImage != true) {
// get the most recent grafana-dev image
const tag = await npmToDockerImage({ core });
if (tag) {
Expand Down

0 comments on commit d79d149

Please sign in to comment.